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

Commit f132ce7

Browse files
jbedardNarretz
authored andcommitted
refactor($controller): remove unused injected $window
Closes #15839
1 parent 5377baf commit f132ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function $ControllerProvider() {
5454
}
5555
};
5656

57-
this.$get = ['$injector', '$window', function($injector, $window) {
57+
this.$get = ['$injector', function($injector) {
5858

5959
/**
6060
* @ngdoc service

0 commit comments

Comments
 (0)