From 94ec84e7b9c89358dc00e4039009af9e287bbd05 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 9 Aug 2013 10:02:48 -0700 Subject: chore(ngMobile): rename module ngTouch and file to angular-touch.js BREAKING CHANGE: since all the code in the ngMobile module is touch related, we are renaming the module to ngTouch. To migrate, please replace all references to "ngMobile" with "ngTouch" and "angular-mobile.js" to "angular-touch.js". Closes #3526 --- src/ngMobile/mobile.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/ngMobile/mobile.js (limited to 'src/ngMobile/mobile.js') diff --git a/src/ngMobile/mobile.js b/src/ngMobile/mobile.js deleted file mode 100644 index daa28f5b..00000000 --- a/src/ngMobile/mobile.js +++ /dev/null @@ -1,13 +0,0 @@ -'use strict'; - -/** - * @ngdoc overview - * @name ngMobile - * @description - * Touch events and other mobile helpers. - * Based on jQuery Mobile touch event handling (jquerymobile.com) - */ - -// define ngMobile module -var ngMobile = angular.module('ngMobile', []); - -- cgit v1.2.3