Required input
Posted: Mon Feb 29, 2016 5:56 pm
Hi,
Do you have any example on how to make an input field to be required (not left empty) in Angular? (Maybe using ng-required directive).
Thank you in advance
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi,
Do you have any example on how to make an input field to be required (not left empty) in Angular? (Maybe using ng-required directive).
Thank you in advance
Hello,
We don't have such example, but you can use the same way as in simple AngularJS app: http://stackoverflow.com/questions/16...
http://www.w3schools.com/angular/angu...
Hello Miranda,
Please look at this blog post, should be useful as well https://blog.appery.io/2016/03/develo...
Thank you Alena and Sergiy!