Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Commit 5c4d27e

Browse files
committed
remove prologues where DI is not necessary
1 parent 1064232 commit 5c4d27e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/js/controllers/example.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22

33
function ExampleCtrl() {
4-
'ngInject';
54

65
// ViewModel
76
const vm = this;

app/js/directives/example.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22

33
function ExampleDirective() {
4-
'ngInject';
54

65
return {
76
restrict: 'EA',

app/js/filters/example.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22

33
function ExampleFilter() {
4-
'ngInject';
54

65
return function(input) {
76
return input.replace(/keyboard/ig,'leopard');

0 commit comments

Comments
 (0)