aboutsummaryrefslogtreecommitdiffstats
path: root/docs/components/angular-bootstrap
diff options
context:
space:
mode:
authorMatias Niemelä2013-08-29 18:01:02 -0400
committerMisko Hevery2013-09-03 17:06:49 -0700
commitd11a34a35127ee2b29a000ba48ec07200f2a5e34 (patch)
tree003758fc70c8e7ce4d9fc4800b4d72e31076560a /docs/components/angular-bootstrap
parentf737c97df02918eb5b19bf5c8248fa3e20f9b361 (diff)
downloadangular.js-d11a34a35127ee2b29a000ba48ec07200f2a5e34.tar.bz2
chore(ngdocs): ensure $animate is not shared between the docs and the example applications
Diffstat (limited to 'docs/components/angular-bootstrap')
-rw-r--r--docs/components/angular-bootstrap/bootstrap-prettify.js1
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);