aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngMobile/mobile.js
diff options
context:
space:
mode:
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', []);
-