angularjs - Angular JS slowness with IE and iPad -
starting using angular, , noticing full dom parsing seems slow when included on large page. issue seems relevant ie, while not ff or chrome.
has found way to:
- not parse whole dom
- clever solution make angular work faster on ie9+
is there anyway have angular parse sub section of dom specified via tags?
include less in dom @ once :-)
try paginating super long lists, or split ui you're displaying multiple pages.
also try bindonce
https://github.com/pasvaz/bindonce if have list of data that's static after being rendered.
Comments
Post a Comment