mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Added alternative $scope inherit for Modal
This commit is contained in:
13
js/ext/angular/src/ionicAngular.js
vendored
13
js/ext/angular/src/ionicAngular.js
vendored
@@ -2,6 +2,14 @@
|
||||
* Create a wrapping module to ease having to include too many
|
||||
* modules.
|
||||
*/
|
||||
angular.module('ionic.service', [
|
||||
'ionic.service.actionSheet',
|
||||
'ionic.service.gesture',
|
||||
'ionic.service.loading',
|
||||
'ionic.service.modal',
|
||||
'ionic.service.popup',
|
||||
'ionic.service.templateLoad'
|
||||
]);
|
||||
|
||||
angular.module('ionic.ui', [
|
||||
'ionic.ui.content',
|
||||
@@ -15,5 +23,6 @@ angular.module('ionic.ui', [
|
||||
|
||||
angular.module('ionic', [
|
||||
'ionic.platform',
|
||||
'ionic.ui'
|
||||
])
|
||||
'ionic.service',
|
||||
'ionic.ui',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user