mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-26 14:43:59 +00:00
chore(ngdocs): ensure $animate is not shared between the docs and the example applications
This commit is contained in:
parent
f737c97df0
commit
d11a34a351
1 changed files with 0 additions and 1 deletions
|
|
@ -199,7 +199,6 @@ directive.ngEmbedApp = ['$templateCache', '$browser', '$rootScope', '$location',
|
||||||
deregisterEmbedRootScope;
|
deregisterEmbedRootScope;
|
||||||
|
|
||||||
modules.push(['$provide', function($provide) {
|
modules.push(['$provide', function($provide) {
|
||||||
$provide.value('$animate', $animate);
|
|
||||||
$provide.value('$templateCache', $templateCache);
|
$provide.value('$templateCache', $templateCache);
|
||||||
$provide.value('$anchorScroll', angular.noop);
|
$provide.value('$anchorScroll', angular.noop);
|
||||||
$provide.value('$browser', $browser);
|
$provide.value('$browser', $browser);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue