test(): add apple-mobile-web-app-capable metatag

This commit is contained in:
Adam Bradley
2016-06-08 23:19:57 -05:00
parent 1188730f10
commit 14c7bc29a1
4 changed files with 16 additions and 5 deletions

View File

@ -549,7 +549,7 @@ export class VirtualScroll implements DoCheck, AfterContentInit, OnDestroy {
if (madeChanges) {
// do not update images while scrolling
this._imgs.toArray().forEach(img => {
this._imgs.forEach(img => {
img.enable(false);
});