angular input allow only numbers Posted on 2017-02-25 angular input allow only numbers I tried to create a controller function which allows only numbers for a text field. I use regex for checking input, if user enters any other character I replace with ‘’ . it seems working, feel free to use it! here is github repository for online testing here