jonsamwell / angular-auto-validate

An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors
MIT License
346 stars 76 forks source link

Add support for transclude on form #126

Closed MichaReiser closed 8 years ago

MichaReiser commented 8 years ago

Remove the explicit priority to support ng-transcludes on form elements. It is unclear why the explict priority is needed? All tests are running even if the priority is being removed.

Probably fixes #67

jonsamwell commented 8 years ago

Yes I can't quite remember why I did this. I'll have a think.