Commit Graph

5 Commits

Author SHA1 Message Date
Adam Bradley
b744275936 perf(img): do not reuse img elements
Safari UIWebView has troubles dropping image requests when the src
changes, and when there are hundreds going in and out this causes
issues. Instead, do not reuse img elements. Closes #6112
2016-04-11 12:21:59 -05:00
Adam Bradley
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
Adam Bradley
0701338484 fix(img): only load ion-img when visible 2016-04-05 14:50:05 -05:00
Adam Bradley
910d56b0e4 test(img): demo images for testing 2016-04-05 14:50:05 -05:00
Adam Bradley
7a827277a9 feat(img): create ion-img
ion-img is useful for virtual scrolling. It allows ionic to control
image HTTP requests, along with controlling when images should be
rendered within the DOM.
2016-03-23 23:51:20 -05:00