Is it possible to set the Angular "required" directive/attribute to other elements except input fields? I have several lists on a page where the user can check the entered data from pages before ... user should only be able to "submit" (send data to database...) if the "required" data is complete.
So how to check data in arrays which is displayed in list views? (ok, looping through arrays and check the values (is empty?) is possible - but i think there are better solutions... maybe a custom directive?)
nameproperty of the element it used to reference the element. You do not set name=required, required is a independent attribute<ol>do not have a concept of selection, you need to implement it yourself, or use html type<select>