+ 1
How to use Angularjs for form Validation
After a series of mistakes and help from internet feeds, finally I made my own first form validation and yes it's my first post as well. I hope you will like guys. https://code.sololearn.com/WUz2XcH0631E/#html
5 Respostas
+ 12
Nice... Well try.. I am not known about angularjs. But you are great learner...
+ 5
Nice one👍.. Left a suggestion in code comments
+ 3
bettter to do input filtering and validation on the backend to avoid issues from xss.
Don't allow special chars to be input, in order to avoid sql injection.
see the w3schools php form example
+ 2
Thanks guys, it will motivate me
+ 1
Yeah thanks I'll modify it