Commit Graph

8 Commits

Author SHA1 Message Date
Adam Bradley
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
Adam Bradley
066ab712c0 chore(nativeRaf): use native raf over zone wrapped 2016-04-26 15:33:31 -05:00
Josh Thomas
ade93371a4 chore(build): add tslint and unit tests to prerelease gulp task
closes #5755
2016-04-13 15:40:20 -05:00
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