Skip to content

Commit

Permalink
Strict DI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skiner68 authored Nov 14, 2022
1 parent 4505ce6 commit a769b1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ui-codemirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ angular.module('ui.codemirror', [])
.constant('uiCodemirrorConfig', {})
.directive('uiCodemirror', uiCodemirrorDirective);

/**
* @ngInject
*/
uiCodemirrorDirective.$inject = ['$timeout', 'uiCodemirrorConfig'];

function uiCodemirrorDirective($timeout, uiCodemirrorConfig) {

return {
Expand Down

0 comments on commit a769b1b

Please sign in to comment.