Cleanup unused DI stuff in this directive

This commit is contained in:
Warren Buckley
2018-10-23 15:23:36 +01:00
parent 11e5fa3f28
commit b20acebe6a

View File

@@ -1,5 +1,5 @@
angular.module("umbraco.directives")
.directive('disableTabindex', function ($window, $timeout, windowResizeListener) {
.directive('disableTabindex', function () {
return {
restrict: 'A', //Can only be used as an attribute