Alternative to ngRepeat for AngularJS
Alternative to ngRepeat for AngularJS
I’ve been playing around with AngularJS repeaters for a while and they tend to be on the slow side with large complex objects, bindings and watches. Here is a littler plunker (at bottom of post) example of another way of displaying repeating data which should be a lot faster than using the out of the box AngularJS ngRepeat directive.
It is stripped right back and very basic but I think you should…
View On WordPress


















