aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorMisko Hevery2012-03-26 16:22:06 -0700
committerMisko Hevery2012-03-28 11:16:36 -0700
commit7b22d59b4a16d5c50c2eee054178ba17f8038880 (patch)
tree174f4d18d3545ea9c7e2e569a82df17b8ee0d6a9 /docs/src/templates/index.html
parent798bca62c6f64775b85deda3713e7b6bcc7a4b4d (diff)
downloadangular.js-7b22d59b4a16d5c50c2eee054178ba17f8038880.tar.bz2
chore(ngCookies): moved to module
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index ccd8f108..d7470461 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -29,6 +29,7 @@
if (jQuery) addTag('script', {src: 'jquery.min.js'});
addTag('script', {src: path('angular.js')}, sync);
addTag('script', {src: path('angular-resource.js') }, sync);
+ addTag('script', {src: path('angular-cookies.js') }, sync);
addTag('script', {src: 'docs-combined.js'}, sync);
addTag('script', {src: 'docs-keywords.js'}, sync);