chore(ngdocs): ensure $animate is not shared between the docs and the example applications

This commit is contained in:
Matias Niemelä 2013-08-29 18:01:02 -04:00 committed by Misko Hevery
parent f737c97df0
commit d11a34a351

View file

@ -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);