mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Remove unused :integer angular directive
This commit is contained in:
committed by
Konrad
parent
1fb987f0bd
commit
6923349de6
@@ -1,5 +0,0 @@
|
||||
angular.module('Darkswarm').directive "integer", ->
|
||||
restrict: 'A'
|
||||
link: (scope, elem, attr) ->
|
||||
elem.bind 'input', ->
|
||||
elem.val Math.round(elem.val())
|
||||
Reference in New Issue
Block a user