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

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -