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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ sub <template></template> elements are not bound, so elements like <iron-list> o
70
70
use repeat:nameOfItem=[[enumerableExpression]] on a Template Element to repeat it for every instance of the enumerable.
71
71
You could also use 'index' variable in the repeat binding for the current number. The attribute "repeat-index" could be used to change the name of the index variable.
72
72
on a repeat you could use the repeat-changed-item-callback="[[this.itemCreated(item, nodes)]]
73
-
!!caution!! => the repeat binding is only a preview at the moment, it leaks memory and redraws all items on array change
73
+
!!caution!! => the repeat binding is only a preview at the moment, it redraws all items on array change
0 commit comments