angular-dynamic-number
angular-dynamic-number copied to clipboard
Highly customizable angular directive for numbers
Allows to set model type to string. This is useful when Javascript rounding in numbers is not desired. I made this because I was need to use 20 in numFrac,...
FYI @uhlryk
Is it possible? We need this for example in km-values `[xxx.000 km]` where `.000 km` = `numAppend`
I hit an issue with changing the value of numFixed from the ng-blur event. Since re-focusing the element is part of the lifecycle of altering numFixed I added a check...
Hi, I've found an issue where the debounce property doesn't work properly with the directive. When typing in the field then quickly changing focus to another input (press TAB) if...

Well,this is a good angular directive. I need validation input value's maximum value, my custom directive like this: ``` ctrl.$validators.max = function(modelValue, viewValue){ var val = modelValue || viewValue; if(ctrl.$isEmpty(val)...
the currency keep if my input is empty and i can't see my place holder again
Is it possible to introduce "-0" which is set to 0. Is it ok?