Skip to content

Commit 1beaf81

Browse files
forforeachpkozlowski-opensource
authored andcommitted
docs(View): correct templateUrl and template definition
Fixes angular#3444 Closes angular#3447
1 parent 12e4c73 commit 1beaf81

File tree

1 file changed

+2
-2
lines changed
  • modules/angular2/src/core/annotations_impl

1 file changed

+2
-2
lines changed

modules/angular2/src/core/annotations_impl/view.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ export {ViewEncapsulation} from 'angular2/src/render/api';
3737
@CONST()
3838
export class View {
3939
/**
40-
* Specifies an inline template for an angular component.
40+
* Specifies a template URL for an angular component.
4141
*
4242
* NOTE: either `templateUrl` or `template` should be used, but not both.
4343
*/
4444
templateUrl: string;
4545

4646
/**
47-
* Specifies a template URL for an angular component.
47+
* Specifies an inline template for an angular component.
4848
*
4949
* NOTE: either `templateUrl` or `template` should be used, but not both.
5050
*/

0 commit comments

Comments
 (0)