Hi Leonan, There is a potential solution on JS, you can try wrap it up to angular directive. http://stackoverflow.com/questions/27103646/html5-input-type-number-with-regex-pattern-in-mobile or as Sander Elias suggested you can try $parser/$formater
Best regards, Pavel. Hey Pavel, > > Its doesn't work for me because when i'm using a mobile version the > keyboard (i mean mobile keyboard with only numbers) for numeric input > doesn't recognizes. Some advices? > > Cheers > > Em sexta-feira, 10 de abril de 2015 10:21:06 UTC-3, Pavel Kuchin escreveu: >> >> Hi Leonan, >> >> How about just an input with type="number" and step="0.1" (HTML5)? >> <input type="number" step="0.1" /> >> >> Example with Angular(Actually example from >> https://docs.angularjs.org/api/ng/input/input%5Bnumber%5D but with >> step="0.1"): >> http://plnkr.co/edit/iVIrLVNaAcno4PMM5cY0?p=preview >> >> >> Best regards, Pavel. >> >> Hello, >>> >>> Some idea how can i make this? >>> I tried create a directive or use some jQuery plugin but it doesn't work. >>> >>> Cheers >>> >> -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
