how to change content of ons-lazy-repeat
-
How to change the content of ons-lazy-repeat after it loaded?
I tried several ways:
1- in ng-click function set this.delegate to a new object:
https://codepen.io/scatman007/pen/JmoRPL
2 - set itemScope.item = this.name; but this is not working also: