diff options
| author | Brian Ford | 2013-08-09 10:02:48 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-08-09 11:54:35 -0700 |
| commit | 94ec84e7b9c89358dc00e4039009af9e287bbd05 (patch) | |
| tree | b06c84f1329a8e4fd6ce75b6bbde64bdf4d0e60e /angularFiles.js | |
| parent | 0d17838a0881376be3c226a68242b5d74dac208b (diff) | |
| download | angular.js-94ec84e7b9c89358dc00e4039009af9e287bbd05.tar.bz2 | |
chore(ngMobile): rename module ngTouch and file to angular-touch.js
BREAKING CHANGE: since all the code in the ngMobile module is touch related,
we are renaming the module to ngTouch.
To migrate, please replace all references to "ngMobile" with "ngTouch" and
"angular-mobile.js" to "angular-touch.js".
Closes #3526
Diffstat (limited to 'angularFiles.js')
| -rwxr-xr-x | angularFiles.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/angularFiles.js b/angularFiles.js index 60bae40a..a8509b3f 100755 --- a/angularFiles.js +++ b/angularFiles.js @@ -75,10 +75,10 @@ angularFiles = { 'src/ngSanitize/sanitize.js', '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', + 'src/ngTouch/touch.js', + 'src/ngTouch/swipe.js', + 'src/ngTouch/directive/ngClick.js', + 'src/ngTouch/directive/ngSwipe.js', 'docs/components/angular-bootstrap/bootstrap.js' ], @@ -113,7 +113,7 @@ angularFiles = { 'test/ngRoute/**/*.js', 'test/ngSanitize/**/*.js', 'test/ngMock/*.js', - 'test/ngMobile/**/*.js' + 'test/ngTouch/**/*.js' ], 'karma': [ @@ -150,7 +150,7 @@ angularFiles = { 'test/ngRoute/**/*.js', 'test/ngResource/*.js', 'test/ngSanitize/**/*.js', - 'test/ngMobile/**/*.js' + 'test/ngTouch/**/*.js' ], 'karmaJquery': [ |
