Krzysztof Sztompka
Krzysztof Sztompka
It is because this directive returns ONLY numbers. It is by design (in previous version 1.x.x there was discussion about it) Each value before return is passed to this function:...
Sorry for my late responses. Im unfortunately very busy. I will again consider your case. If so during weekend I will fix it.
Hi @ManguruMuiruri I'm sorry to hear that. I think that problem is because opera mini doesn't support `parseInt() ignoring leading zeros`. source : http://caniuse.com/#feat=es5 and possibly there are other problems...
Than you for your feedback. Very interesting case. I will check it if I can fix it somehow. In this module everything rely on normal js numbers.
This directive returns number. And therefore even if we return 1.10 then it will be visible as 1.1 . But to this package I also added filters. Filter allow to...
Ok, now I understand. Other input is also `angular-dynamic-number`. Unfortunately right now it is impossible to set leading and trailing zeros. Very likely this functionality may be very interesting in...
In latest version input with num-fixed equal true, shows what you want. I didn't tested if this can be value from other directive. Please check it.
Hi thank you for your feedback. Maybe you could prepare working version, for example in pastebin?
We don't have number type by design. It is because input number behave differently in various browsers, and it it depends on browser localities. For example if user localities set...
Thank you for your contribution! At weekend I will review it. But at first glance It looks ok.