diff options
| author | Braden Shepherdson | 2013-03-08 09:38:29 -0500 |
|---|---|---|
| committer | Igor Minar | 2013-04-11 13:01:24 -0700 |
| commit | 5e0f876c39099adb6a0300c429b8df1f6b544846 (patch) | |
| tree | 3c5fc1b7b55f466e232e4b3a2c0d81e8bc40313c /src/ngMobile/mobile.js | |
| parent | f24cf4b58f3c2e56df188738356b21e6c898ff0c (diff) | |
| download | angular.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.js | 7 |
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', []); |
