You could easily write your own version of the repeat directive...
Pete
...from my mobile.
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular?hl=en-US.
--
Do your users actually read through and modify over a thousand lines of data in one screen? I feel sorry for them.
I would write very very simple directive with angular.forEach and elm.append which would insert plain markup row by row. Simple and it would work very fast.
Regards,
Witold Szczerba
---
Sent from my mobile phone.
--
Do your users actually read through and modify over a thousand lines of data in one screen? I feel sorry for them.How about using paging or virtual scrolling to limit the number of items on the page?Pete
But the joy of an AngularJS app is that you can have a search box in the page - like docs.angularjs.org - that means you don't have to display them all at once.
But the joy of an AngularJS app is that you can have a search box in the page - like docs.angularjs.org - that means you don't have to display them all at once.Yes but in docs.angularjs.org all items are dispayed at the page load.
--