diff options
| author | Igor Minar | 2013-03-12 22:51:47 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-03-13 23:01:16 -0700 | 
| commit | 9428338e97da954b471e96a8d8ceedb7e4a65ab0 (patch) | |
| tree | 1d5c1f29f1f06139f5e3ef885c1fefec6fe21daa /docs/src/templates/index.html | |
| parent | 707c65d5a228b44ab3aea2fad95516fe6c57169a (diff) | |
| download | angular.js-9428338e97da954b471e96a8d8ceedb7e4a65ab0.tar.bz2 | |
chore(docs): add angular-mobile.js to index.html
Diffstat (limited to 'docs/src/templates/index.html')
| -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); | 
