aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngMobile/mobile.js
diff options
context:
space:
mode:
authorBrian Ford2013-08-09 10:02:48 -0700
committerIgor Minar2013-08-09 11:54:35 -0700
commit94ec84e7b9c89358dc00e4039009af9e287bbd05 (patch)
treeb06c84f1329a8e4fd6ce75b6bbde64bdf4d0e60e /src/ngMobile/mobile.js
parent0d17838a0881376be3c226a68242b5d74dac208b (diff)
downloadangular.js-94ec84e7b9c89358dc00e4039009af9e287bbd05.tar.bz2
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
Diffstat (limited to 'src/ngMobile/mobile.js')
-rw-r--r--src/ngMobile/mobile.js13
1 files changed, 0 insertions, 13 deletions
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', []);
-