You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: public/docs/ts/latest/guide/template-syntax.jade
+6-6
Original file line number
Diff line number
Diff line change
@@ -571,7 +571,7 @@ table
571
571
If the name fails to match a property of a known directive or element, Angular reports an “unknown directive” error.
572
572
573
573
### Avoid side effects
574
-
As we've already discussed, evaluation of a template expression should have no visible side effects. The expression language itself does its part to keep us safe. We can’t assign a value to anything in a property binding expression nor use the increment and decorator operators.
574
+
As we've already discussed, evaluation of a template expression should have no visible side effects. The expression language itself does its part to keep us safe. We can’t assign a value to anything in a property binding expression nor use the increment and decrement operators.
575
575
576
576
Of course, our expression might invoke a property or method that has side effects. Angular has no way of knowing that or stopping us.
0 commit comments