diff --git a/CHANGELOG.md b/CHANGELOG.md index ef384162a6..3c27e3c13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/js/ext/angular/src/ionicAngular.js b/js/ext/angular/src/ionicAngular.js index 231c8a003e..8394036cff 100644 --- a/js/ext/angular/src/ionicAngular.js +++ b/js/ext/angular/src/ionicAngular.js @@ -41,7 +41,6 @@ angular.module('ionic', [ // Angular deps 'ngAnimate', - 'ngTouch', 'ngSanitize', 'ui.router' ]);