Merge pull request #1917 from schmoofer/master

fix(modal): eliminate flicker when using fade-in/out animation style
This commit is contained in:
Perry Govier
2014-09-04 18:47:33 -05:00

View File

@@ -194,7 +194,7 @@ function($rootScope, $ionicBody, $compile, $timeout, $ionicPlatform, $ionicTempl
return $timeout(function(){
$ionicBody.removeClass(self.viewType + '-open');
self.el.classList.add('hide');
}, self.hideDelay || 500);
}, self.hideDelay || 320);
},
/**