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
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!