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

Commit d98c5f0

Browse files
dchermangkalpak
authored andcommitted
chore($compile): remove an unused dependency
Fixes #13791 Closes #13801
1 parent 8d20b04 commit d98c5f0

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
@@ -1291,9 +1291,9 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
12911291

12921292
this.$get = [
12931293
'$injector', '$interpolate', '$exceptionHandler', '$templateRequest', '$parse',
1294-
'$controller', '$rootScope', '$document', '$sce', '$animate', '$$sanitizeUri',
1294+
'$controller', '$rootScope', '$sce', '$animate', '$$sanitizeUri',
12951295
function($injector, $interpolate, $exceptionHandler, $templateRequest, $parse,
1296-
$controller, $rootScope, $document, $sce, $animate, $$sanitizeUri) {
1296+
$controller, $rootScope, $sce, $animate, $$sanitizeUri) {
12971297

12981298
var SIMPLE_ATTR_NAME = /^\w/;
12991299
var specialAttrHolder = document.createElement('div');

0 commit comments

Comments
 (0)