Page 1 of 1

Required input

Posted: Mon Feb 29, 2016 5:56 pm
by Pasteur Miranda

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


Required input

Posted: Tue Mar 01, 2016 8:51 am
by Serhii Kulibaba

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


Required input

Posted: Tue Mar 15, 2016 9:27 am
by Alena Prykhodko

Hello Miranda,

Please look at this blog post, should be useful as well https://blog.appery.io/2016/03/develo...


Required input

Posted: Tue Mar 15, 2016 12:37 pm
by Pasteur Miranda

Thank you Alena and Sergiy!