Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c429ad8

Browse files
dchermangkalpak
authored andcommitted
chore($compile): remove an unused dependency
Fixes #13791 Closes #13801
1 parent 900c7cd commit c429ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/compile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1005,9 +1005,9 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
10051005

10061006
this.$get = [
10071007
'$injector', '$interpolate', '$exceptionHandler', '$templateRequest', '$parse',
1008-
'$controller', '$rootScope', '$document', '$sce', '$animate', '$$sanitizeUri',
1008+
'$controller', '$rootScope', '$sce', '$animate', '$$sanitizeUri',
10091009
function($injector, $interpolate, $exceptionHandler, $templateRequest, $parse,
1010-
$controller, $rootScope, $document, $sce, $animate, $$sanitizeUri) {
1010+
$controller, $rootScope, $sce, $animate, $$sanitizeUri) {
10111011

10121012
var Attributes = function(element, attributesToCopy) {
10131013
if (attributesToCopy) {

0 commit comments

Comments
 (0)