aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/ngdoc.js
diff options
context:
space:
mode:
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);