I have a input of type number, and I want to make sure it only accepts a number. I can do this fine on the Server side, but with AngularJS I can not get it to work.
Pattern don't work for input with type="number". You can use type="text" and than convert value to number
type="number"
type="text"