mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(ionicConfig): update config tests
This commit is contained in:
4
js/angular/service/ionicConfig.js
vendored
4
js/angular/service/ionicConfig.js
vendored
@@ -386,7 +386,7 @@ IonicModule
|
||||
run: function(step) {
|
||||
provider.transitions.views.android(enteringEle, leavingEle, false, false).run(step);
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
provider.transitions.navBar.none = function(enteringHeaderBar, leavingHeaderBar) {
|
||||
@@ -395,7 +395,7 @@ IonicModule
|
||||
provider.transitions.navBar.ios(enteringHeaderBar, leavingHeaderBar, false, false).run(step);
|
||||
provider.transitions.navBar.android(enteringHeaderBar, leavingHeaderBar, false, false).run(step);
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user