How is it possible to validate AngularJS form controls with ng-messages that are not rendered and therefore not present in the DOM?
I use vs-repeat as virtual scroll implementation. vs-repeat ensure that only the visible elements are rendered and present in the DOM.
If I submit the form only the rendered (=visible) elements are validated. How can I validate the not rendered elements?