Skip to content

Commit

Permalink
remove prologues where DI is not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemmarsh committed Nov 19, 2015
1 parent 1064232 commit 5c4d27e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/js/controllers/example.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

function ExampleCtrl() {
'ngInject';

// ViewModel
const vm = this;
Expand Down
1 change: 0 additions & 1 deletion app/js/directives/example.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

function ExampleDirective() {
'ngInject';

return {
restrict: 'EA',
Expand Down
1 change: 0 additions & 1 deletion app/js/filters/example.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

function ExampleFilter() {
'ngInject';

return function(input) {
return input.replace(/keyboard/ig,'leopard');
Expand Down

0 comments on commit 5c4d27e

Please sign in to comment.