angular-input-masks
angular-input-masks copied to clipboard
When 0 is the initial value of a ui-money-mask, nothing shows up
To be more specific, suppose I had:
<input ng-model="test" ui-money-mask>
and test
was 0
when I first loaded the page, then the input will show blank.
Can you provide a working plunker that exhibits your bug?
I'm facing this problem too. I tried to set a plunker but the library link is broken, could you please set up the library link on plunker so I can set up the project template please?