Skip to content

Commit cd1295a

Browse files
yespleasemhevery
authored andcommitted
Update 01_templates.md
Closes angular#1373
1 parent 5d302c5 commit cd1295a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/docs/core/01_templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Key points:
282282
* The binding is to the element property not the element attribute.
283283
* To prevent custom element from accidentally reading the literal `expression` on the title element, the attribute name
284284
is escaped. In our case the `title` is escaped to `[title]` through the addition of square brackets `[]`.
285-
* A binding value (in this case `user.firstName` will always be an expression, never a string literal)
285+
* A binding value (in this case `user.firstName` will always be an expression, never a string literal).
286286

287287
NOTE: Unlike Angular v1, Angular v2 binds to properties of elements rather than attributes of elements. This is
288288
done to better support custom elements, and to allow binding for values other than strings.

0 commit comments

Comments
 (0)