I need to allow to only write in an input numbers and optionally 1 comma and 2 decimals. Example of right inputs: 123 123,22 I've tried this directive I fou
I added my custom attribute to my application like this 'use strict'; myApp.directive('orientable', function () { return { restrict: 'A', link: fun