diff options
| author | Braden Shepherdson | 2013-04-23 10:53:27 -0700 | 
|---|---|---|
| committer | Jeff Cross | 2013-05-23 16:07:44 -0700 | 
| commit | f4c6b2c7894cb2d82ac69a1500a27785360b81c3 (patch) | |
| tree | afd58c24c87a6101e3dd8784fd5993cfbfe728a6 /angularFiles.js | |
| parent | 05772e15fbecfdc63d4977e2e8839d8b95d6a92d (diff) | |
| download | angular.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 'angularFiles.js')
| -rwxr-xr-x | angularFiles.js | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/angularFiles.js b/angularFiles.js index 0a14df0e..1ffe3310 100755 --- a/angularFiles.js +++ b/angularFiles.js @@ -73,6 +73,7 @@ angularFiles = {      'src/ngSanitize/filter/linky.js',      'src/ngMock/angular-mocks.js',      'src/ngMobile/mobile.js', +    'src/ngMobile/swipe.js',      'src/ngMobile/directive/ngClick.js',      'src/ngMobile/directive/ngSwipe.js', @@ -113,6 +114,7 @@ angularFiles = {      'test/ngSanitize/directive/*.js',      'test/ngSanitize/filter/*.js',      'test/ngMock/*.js', +    'test/ngMobile/*.js',      'test/ngMobile/directive/*.js',      'docs/component-spec/bootstrap/*.js',      'docs/component-spec/*.js' @@ -154,6 +156,7 @@ angularFiles = {      'src/ngCookies/cookies.js',      'src/ngResource/resource.js',      'src/ngMobile/mobile.js', +    'src/ngMobile/swipe.js',      'src/ngMobile/directive/ngClick.js',      'src/ngMobile/directive/ngSwipe.js',      'src/ngSanitize/sanitize.js', @@ -168,7 +171,7 @@ angularFiles = {      'test/ngSanitize/*.js',      'test/ngSanitize/directive/*.js',      'test/ngSanitize/filter/*.js', -    'test/ngMobile/directive/*.js' +    'test/ngMobile/**/*.js'    ],    'jstdPerf': [ | 
