diff options
| author | Matias Niemelä | 2013-08-29 18:01:02 -0400 | 
|---|---|---|
| committer | Misko Hevery | 2013-09-03 17:06:49 -0700 | 
| commit | d11a34a35127ee2b29a000ba48ec07200f2a5e34 (patch) | |
| tree | 003758fc70c8e7ce4d9fc4800b4d72e31076560a /docs/components | |
| parent | f737c97df02918eb5b19bf5c8248fa3e20f9b361 (diff) | |
| download | angular.js-d11a34a35127ee2b29a000ba48ec07200f2a5e34.tar.bz2 | |
chore(ngdocs): ensure $animate is not shared between the docs and the example applications
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/angular-bootstrap/bootstrap-prettify.js | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/docs/components/angular-bootstrap/bootstrap-prettify.js b/docs/components/angular-bootstrap/bootstrap-prettify.js index 169d232b..c0496c2c 100644 --- a/docs/components/angular-bootstrap/bootstrap-prettify.js +++ b/docs/components/angular-bootstrap/bootstrap-prettify.js @@ -199,7 +199,6 @@ directive.ngEmbedApp = ['$templateCache', '$browser', '$rootScope', '$location',            deregisterEmbedRootScope;        modules.push(['$provide', function($provide) { -        $provide.value('$animate', $animate);          $provide.value('$templateCache', $templateCache);          $provide.value('$anchorScroll', angular.noop);          $provide.value('$browser', $browser); | 
