chore(ngdocs): fixed jsFiddle/Plunkr examples to include ngAnimate and use a default App the module is not set

This commit is contained in:
Matias Niemelä
2013-07-28 14:02:05 -04:00
committed by Misko Hevery
parent 8d6bd51094
commit 419ed040b6
3 changed files with 52 additions and 8 deletions

View File

@@ -190,6 +190,7 @@ Doc.prototype = {
var example = new Example(self.scenarios);
if(animations) {
example.enableAnimations();
example.addDeps('angular-animate.js');
}
example.setModule(module);