mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove ngTouch from angular.modules
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
- Update to Angular v1.2.8
|
||||
- Update AngularUI Router to v0.2.8
|
||||
- Disable pointer-events during transitions
|
||||
- Remove ngTouch from angular.modules
|
||||
|
||||
|
||||
## 0.9.20 "Alpha Lynx" (2014-01-14)
|
||||
|
||||
1
js/ext/angular/src/ionicAngular.js
vendored
1
js/ext/angular/src/ionicAngular.js
vendored
@@ -41,7 +41,6 @@ angular.module('ionic', [
|
||||
|
||||
// Angular deps
|
||||
'ngAnimate',
|
||||
'ngTouch',
|
||||
'ngSanitize',
|
||||
'ui.router'
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user