Posts by Eduardo Fellipe • 103 points
2 posts
-
-2
votes1
answer99
viewsA: Minimum input date value should be today
One simple way is to capture this data in the atv.dataini model and then check it against today’s date and if it is not desired to raise an error for the user
-
-1
votes1
answer458
viewsQ: How to send an array with ngmodel
I am redoing a project now in angular, and to get an array of the form I used getlist and Prod[] and Qtd[] inside the tag form, now in angular use ngmodel and not the form itself, how can I take…