Skip to content

Commit 77ebe15

Browse files
authored
Update README.md
1 parent 8ff9b42 commit 77ebe15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sub <template></template> elements are not bound, so elements like <iron-list> o
7070
use repeat:nameOfItem=[[enumerableExpression]] on a Template Element to repeat it for every instance of the enumerable.
7171
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.
7272
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
7474

7575
### Binding extensions
7676

0 commit comments

Comments
 (0)