Skip to content

Commit 9428338

Browse files
committed
chore(docs): add angular-mobile.js to index.html
1 parent 707c65d commit 9428338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
addTag('script', {src: path('angular-resource.js') }, sync);
4040
addTag('script', {src: path('angular-cookies.js') }, sync);
4141
addTag('script', {src: path('angular-sanitize.js') }, sync);
42+
addTag('script', {src: path('angular-mobile.js') }, sync);
4243
addTag('script', {src: path('angular-bootstrap.js') }, sync);
4344
addTag('script', {src: path('angular-bootstrap-prettify.js') }, sync);
4445
addTag('script', {src: 'js/docs.js'}, sync);

0 commit comments

Comments
 (0)