mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(loading): prevent loading service from disabling all future back button behavior. Fixes #2214
This commit is contained in:
@@ -189,6 +189,7 @@ describe('$ionicLoading service', function() {
|
||||
$timeout.flush();
|
||||
expect(deregisterSpy).not.toHaveBeenCalled();
|
||||
$ionicLoading.hide();
|
||||
$timeout.flush();
|
||||
expect(deregisterSpy).toHaveBeenCalled();
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user