mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Added hardware back button abstraction and nav support. Fixes #80
This commit is contained in:
2
js/ext/angular/src/ionicAngular.js
vendored
2
js/ext/angular/src/ionicAngular.js
vendored
@ -3,6 +3,7 @@
|
||||
* modules.
|
||||
*/
|
||||
angular.module('ionic.service', [
|
||||
'ionic.service.platform',
|
||||
'ionic.service.actionSheet',
|
||||
'ionic.service.gesture',
|
||||
'ionic.service.loading',
|
||||
@ -22,7 +23,6 @@ angular.module('ionic.ui', [
|
||||
]);
|
||||
|
||||
angular.module('ionic', [
|
||||
'ionic.platform',
|
||||
'ionic.service',
|
||||
'ionic.ui',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user