Category "directive"

Angular directive - Only digits and 2 decimals with comma separated

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

angularjs custom directive not working

I added my custom attribute to my application like this 'use strict'; myApp.directive('orientable', function () { return { restrict: 'A', link: fun