Hi all, is there a way to use <input type="number" ng-model="vm.foo" /> syntax but WITHOUT usa type=number? I have some quircks with spinner, mouse wheel and so on.
Is there a way to create a new directive (line type="number-string") that do all that type="number" does but without browser defaults? This patch will explain my needs https://github.com/angular/angular.js/pull/13352 Is there a way to acheive this in a directive? -- 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.
