netceteragroup / valdr

A model centric approach to AngularJS form validation
http://netceteragroup.github.io/valdr/
MIT License
153 stars 43 forks source link

make valdr open for validating non-input-select/-textarea widgets, e.g. ui-select #83

Closed mmatczak closed 9 years ago

mmatczak commented 9 years ago

valdr should support validation of non-input/-select/-textarea elements, such as ui-select.

Please consider this solution (pull request): https://github.com/netceteragroup/valdr/pull/82 which can be seen in action at: http://plnkr.co/edit/3Y8GDSB8NKqae60ckhJq?p=preview

imamovic commented 9 years ago

+1

philippd commented 9 years ago

added with dbbbd37cbc1e0510d2a56ca3362e0f7e30c1cf3b

philippd commented 9 years ago

Released in 1.1.3

chillyistkult commented 9 years ago

This is a really great addition, thank you!