mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(loading): prevent spinners in loading view from causing reflows when hidden. Closes #2013
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
.controller('LoadingCtrl', function($scope, $ionicLoading) {
|
||||
$scope.startLoading = function() {
|
||||
$ionicLoading.show({
|
||||
template: '<div>Connection problem.</div><br/><div>Please check your internet connection!</div>',
|
||||
//template: '<div>Connection problem.</div><br/><div>Please check your internet connection!</div>',
|
||||
delay: 100,
|
||||
duration: 3000
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user