diff options
| author | Matias Niemelä | 2013-07-28 14:02:05 -0400 | 
|---|---|---|
| committer | Misko Hevery | 2013-07-29 21:22:05 -0700 | 
| commit | 419ed040b6004909a22e96bfe1bc95c5aa0f38db (patch) | |
| tree | c907ee59899d754d2d4ba6da667c3723a46cf3ba /docs/src/ngdoc.js | |
| parent | 8d6bd510948cc8598e7cfbb9ebb545fb97795661 (diff) | |
| download | angular.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.js | 1 | 
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); | 
