Skip to content

Commit

Permalink
Fix issue with minification.
Browse files Browse the repository at this point in the history
  • Loading branch information
crittermike authored Dec 2, 2017
1 parent 892b096 commit a6c93e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-codemirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
angular.module('ui.codemirror', [])
.constant('uiCodemirrorConfig', {})
.directive('uiCodemirror', uiCodemirrorDirective);
.directive('uiCodemirror', ['$timeout', 'uiCodemirrorConfig', uiCodemirrorDirective]);

/**
* @ngInject
Expand Down

0 comments on commit a6c93e7

Please sign in to comment.