Files
2021-08-02 18:59:42 +01:00

6 lines
163 B
CoffeeScript

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