aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngMobile/mobile.js
diff options
context:
space:
mode:
authorBraden Shepherdson2013-03-08 09:38:29 -0500
committerIgor Minar2013-04-11 13:01:24 -0700
commit5e0f876c39099adb6a0300c429b8df1f6b544846 (patch)
tree3c5fc1b7b55f466e232e4b3a2c0d81e8bc40313c /src/ngMobile/mobile.js
parentf24cf4b58f3c2e56df188738356b21e6c898ff0c (diff)
downloadangular.js-5e0f876c39099adb6a0300c429b8df1f6b544846.tar.bz2
feat(ngSwipe): Add ngSwipeRight/Left directives to ngMobile
These directives fire an event handler on a touch-and-drag or click-and-drag to the left or right. Includes unit tests and docs update. Manually tested on Chrome 26, IE8, Android Chrome and iOS Safari.
Diffstat (limited to 'src/ngMobile/mobile.js')
-rw-r--r--src/ngMobile/mobile.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ngMobile/mobile.js b/src/ngMobile/mobile.js
index c8fd8843..daa28f5b 100644
--- a/src/ngMobile/mobile.js
+++ b/src/ngMobile/mobile.js
@@ -4,13 +4,10 @@
* @ngdoc overview
* @name ngMobile
* @description
- */
-
-/*
- * Touch events and other mobile helpers by Braden Shepherdson (braden.shepherdson@gmail.com)
+ * Touch events and other mobile helpers.
* Based on jQuery Mobile touch event handling (jquerymobile.com)
*/
-// define ngSanitize module and register $sanitize service
+// define ngMobile module
var ngMobile = angular.module('ngMobile', []);