diff options
| author | Matias Niemelä | 2013-07-29 19:45:59 -0400 | 
|---|---|---|
| committer | Misko Hevery | 2013-07-29 21:22:05 -0700 | 
| commit | e1fe2ac2691e319473ed2bbca501fc6b641024e5 (patch) | |
| tree | d6900400222e74403fdc5bed1d5ce4c038bda2f0 /docs/components | |
| parent | 33d45d8fafb5abf99e6fd811cad1dd57daab918b (diff) | |
| download | angular.js-e1fe2ac2691e319473ed2bbca501fc6b641024e5.tar.bz2 | |
chore(ngdocs): all animation-supported directives working with docs examples and jsFiddle/Plunkr pages
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/angular-bootstrap/bootstrap-prettify.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/docs/components/angular-bootstrap/bootstrap-prettify.js b/docs/components/angular-bootstrap/bootstrap-prettify.js index fa40c6e7..b42c7c3a 100644 --- a/docs/components/angular-bootstrap/bootstrap-prettify.js +++ b/docs/components/angular-bootstrap/bootstrap-prettify.js @@ -7,6 +7,7 @@ var DEPENDENCIES = {    'angular.js': 'http://code.angularjs.org/' + angular.version.full + '/angular.min.js',    'angular-resource.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-resource.min.js',    'angular-route.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-route.min.js', +  'angular-animate.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-animate.min.js',    'angular-sanitize.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-sanitize.min.js',    'angular-cookies.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-cookies.min.js'  }; @@ -188,7 +189,7 @@ directive.ngEmbedApp = ['$templateCache', '$browser', '$rootScope', '$location',    return {      terminal: true,      link: function(scope, element, attrs) { -      var modules = [], +      var modules = ['ngAnimate'],            embedRootScope,            deregisterEmbedRootScope; | 
