Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

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

+1
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)