aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorMatias Niemelä2013-06-05 14:41:50 -0400
committerIgor Minar2013-06-06 22:58:56 -0700
commit0317fd1651536cd0d7a0a5850c31db1ddaa87c0e (patch)
treec4611a860e890c462f77f9fac24ec7adb04ef6b1 /docs/src/templates/index.html
parent77c4fc6847156080903a6801b04b139e77377478 (diff)
downloadangular.js-0317fd1651536cd0d7a0a5850c31db1ddaa87c0e.tar.bz2
chore(ngdocs): expose showdown.js to docs pages and docs testing suite
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 87b76bad..eec2e5a2 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -47,6 +47,7 @@
addTag('script', {src: 'components/angular-bootstrap-prettify.js' }, sync);
addTag('script', {src: 'components/google-code-prettify.js' }, sync);
addTag('script', {src: 'components/' + (debug ? 'lunr.js' : 'lunr.min.js') }, sync);
+ addTag('script', {src: 'components/' + (debug ? 'showdown.js' : 'showdown.min.js') }, sync);
addTag('script', {src: 'js/docs.js'}, sync);
addTag('script', {src: 'docs-keywords.js'}, sync);