From f4c6b2c7894cb2d82ac69a1500a27785360b81c3 Mon Sep 17 00:00:00 2001 From: Braden Shepherdson Date: Tue, 23 Apr 2013 10:53:27 -0700 Subject: 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. --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'Gruntfile.js') 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') -- cgit v1.2.3