aboutsummaryrefslogtreecommitdiffstats
path: root/angularFiles.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 /angularFiles.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 'angularFiles.js')
-rw-r--r--angularFiles.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/angularFiles.js b/angularFiles.js
index 8384beb9..b2c23a8f 100644
--- a/angularFiles.js
+++ b/angularFiles.js
@@ -73,6 +73,8 @@ angularFiles = {
'src/ngMock/angular-mocks.js',
'src/ngMobile/mobile.js',
'src/ngMobile/directive/ngClick.js',
+ 'src/ngMobile/directive/ngSwipe.js',
+
'src/bootstrap/bootstrap.js'
],
@@ -151,6 +153,7 @@ angularFiles = {
'src/ngResource/resource.js',
'src/ngMobile/mobile.js',
'src/ngMobile/directive/ngClick.js',
+ 'src/ngMobile/directive/ngSwipe.js',
'src/ngSanitize/sanitize.js',
'src/ngSanitize/directive/ngBindHtml.js',
'src/ngSanitize/filter/linky.js',