angularjs - how to restrict input text to enter alpha numeric char with out using directive -


 hi friends new in angular js want restrict input text enter          alpha numeric. how can achieve without using directive.please  <input type="text" id="number" name="number" class="large" maxlength="5"> 

i want restrict enter alphanumeric value in text box.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -