aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorBraden Shepherdson2013-04-23 10:53:27 -0700
committerJeff Cross2013-05-23 16:07:44 -0700
commitf4c6b2c7894cb2d82ac69a1500a27785360b81c3 (patch)
treeafd58c24c87a6101e3dd8784fd5993cfbfe728a6 /Gruntfile.js
parent05772e15fbecfdc63d4977e2e8839d8b95d6a92d (diff)
downloadangular.js-f4c6b2c7894cb2d82ac69a1500a27785360b81c3.tar.bz2
feat($swipe): Refactor swipe logic from ngSwipe to $swipe service.
This new service is used by the ngSwipeLeft/Right directives, and by the separate ngCarousel and swipe-to-delete directives which are under development.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 26fcc743..5339b1bb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -89,6 +89,7 @@ module.exports = function(grunt) {
dest: 'build/angular-mobile.js',
src: util.wrap([
'src/ngMobile/mobile.js',
+ 'src/ngMobile/swipe.js',
'src/ngMobile/directive/ngClick.js',
'src/ngMobile/directive/ngSwipe.js'
], 'module')