문제

http://jsfiddle.net/x3azn/ZRVyF/

for this sample, how can I change the formatting to be done on the input, so that input displays

<input val='0.00'>

and I type 1

<input val='0.01'>

and I type 9 and 9

<input val='1.99'>
도움이 되었습니까?

해결책

I couldn't think of an easier way to achieve this but to create your own directive, so you can listen the keyboard event on the input element and format the output accordingly. This SO question might be helpful: How can I detect onKeyUp in AngularJS?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top