fix($ionicLoading): do not flicker when showing long loading messages

Closes #1252
This commit is contained in:
Andrew Joslin
2014-05-14 10:48:43 -06:00
parent efa6184486
commit 90e7395e62
3 changed files with 7 additions and 3 deletions

View File

@@ -118,6 +118,7 @@ function($document, $ionicTemplateLoader, $ionicBackdrop, $timeout, $q, $log, $c
ionic.DomUtil.centerElementByMarginTwice(self.element[0]);
ionic.requestAnimationFrame(function() {
self.isShown && self.element.addClass('active');
ionic.DomUtil.centerElementByMarginTwice(self.element[0]);
});
}
});