Question Update: How can I prevent all characters except for the ones specified in a char array from being typed into an input field using AngularJS (or jQu
Try to use regExp to filter unnecessary characters on ng-keypress by passing $event.
# It'll be more clear in plnk!
#