Remove unused :integer angular directive

This commit is contained in:
Cillian O'Ruanaidh
2024-11-15 10:36:25 +00:00
committed by Konrad
parent 1fb987f0bd
commit 6923349de6

View File

@@ -1,5 +0,0 @@
angular.module('Darkswarm').directive "integer", ->
restrict: 'A'
link: (scope, elem, attr) ->
elem.bind 'input', ->
elem.val Math.round(elem.val())