Skip to content

Commit

Permalink
Depends on angular.js 1.8.2 fixed $ionicLoading according to: ionic-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
amplexdenmark committed Dec 3, 2021
1 parent eefba13 commit 8e6e1af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"js/ionic.js"
],
"dependencies": {
"angular": "1.5.3",
"angular-animate": "1.5.3",
"angular-sanitize": "1.5.3",
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-ui-router": "0.2.13"
}
}
4 changes: 2 additions & 2 deletions release/js/ionic-angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@ function($ionicLoadingConfig, $ionicBody, $ionicTemplateLoader, $ionicBackdrop,
var deregisterBackAction = noop;
var deregisterStateListener1 = noop;
var deregisterStateListener2 = noop;
var loadingShowDelay = $q.when();
var loadingShowDelay = $timeout(noop);

return {
/**
Expand Down Expand Up @@ -14396,4 +14396,4 @@ IonicModule
};
});

})();
})();

0 comments on commit 8e6e1af

Please sign in to comment.