realcrowd / angularjs-utilities

Hopefully useful directives, providers, filters, etc for AngularJS
Other
199 stars 50 forks source link

How to enable/disable validation based on custom conditions for specific rc-step/form? #20

Open smartkhaled opened 8 years ago

smartkhaled commented 8 years ago

Case in point, i have list of objects to be filled by inputs controls via add button i need the wizard to validate against the length of the list not against the inputs controls( only add button can validate inputs). How can I achieve that?