javascript - input text required patter a href -



javascript - input text required patter a href -

i'm new html5 , angularjs, here's problem have, have couple of input text field on applied required , pattern , utilize ng-click save changes, styling works on ui, when input value not meet requirements element becomes red, user still able click on . want able 1 of 2 things, either disable when input elements not valid or in saveinfo() function want able validate input values without having repeat pattern , or required.

here's html looks like:

<input type="text" ng-model="name" required pattern="[a-za-z -]+" /> <input type="text" ng-model="description" required /> <a ng-click="saveinfo()"><img src="./img/save.svg" /></a>

thanks in advance.

javascript html5 angularjs

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -