angular-dynamic-number
angular-dynamic-number copied to clipboard
Currency Comma separator, num-int and num-fract do not work in Opera Mini
The functionality of this module is skipped in Opera Mini Mobile Browser v12.1
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 related to angular core.
Im not even sure If angular still support opera mini (it looks like not). Therefore it could be very hard to make this module work with this browser.
Of course if you somebody has time I welcome any pull requests.