diff options
Diffstat (limited to 'docs/src/templates')
| -rw-r--r-- | docs/src/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 9532b258..bd460838 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -39,6 +39,7 @@ addTag('script', {src: path('angular-resource.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-bootstrap.js') }, sync); addTag('script', {src: path('angular-bootstrap-prettify.js') }, sync); addTag('script', {src: 'js/docs.js'}, sync); |
