angular-dynamic-number icon indicating copy to clipboard operation
angular-dynamic-number copied to clipboard

Highly customizable angular directive for numbers

Results 29 angular-dynamic-number issues
Sort by recently updated
recently updated
newest added

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,...

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...

![screen shot 2018-02-19 at 4 31 44 pm](https://user-images.githubusercontent.com/15607302/36384026-9139eb0e-1596-11e8-927a-9d89be950899.png)

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)...

Is it possible to introduce "-0" which is set to 0. Is it ok?