aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/ngdoc.js
diff options
context:
space:
mode:
authorMatias Niemelä2013-07-28 14:02:05 -0400
committerMisko Hevery2013-07-29 21:22:05 -0700
commit419ed040b6004909a22e96bfe1bc95c5aa0f38db (patch)
treec907ee59899d754d2d4ba6da667c3723a46cf3ba /docs/src/ngdoc.js
parent8d6bd510948cc8598e7cfbb9ebb545fb97795661 (diff)
downloadangular.js-419ed040b6004909a22e96bfe1bc95c5aa0f38db.tar.bz2
chore(ngdocs): fixed jsFiddle/Plunkr examples to include ngAnimate and use a default App the module is not set
Diffstat (limited to 'docs/src/ngdoc.js')
-rw-r--r--docs/src/ngdoc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js
index eb26bbf2..177fbd21 100644
--- a/docs/src/ngdoc.js
+++ b/docs/src/ngdoc.js
@@ -190,6 +190,7 @@ Doc.prototype = {
var example = new Example(self.scenarios);
if(animations) {
example.enableAnimations();
+ example.addDeps('angular-animate.js');
}
example.setModule(module);