From 94ec84e7b9c89358dc00e4039009af9e287bbd05 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 9 Aug 2013 10:02:48 -0700 Subject: 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 --- docs/src/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 8f86b468..e4afc731 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -45,7 +45,7 @@ addTag('script', {src: path('angular-route.js') }, sync); addTag('script', {src: path('angular-cookies.js') }, sync); addTag('script', {src: path('angular-sanitize.js') }, sync); - addTag('script', {src: path('angular-mobile.js') }, sync); + addTag('script', {src: path('angular-touch.js') }, sync); addTag('script', {src: path('angular-animate.js') }, sync); addTag('script', {src: 'components/angular-bootstrap.js' }, sync); addTag('script', {src: 'components/angular-bootstrap-prettify.js' }, sync); -- cgit v1.2.3