ClickerMonkey / SemanticUI-Angular

Angular Directives for Semantic UI
http://clickermonkey.github.io/SemanticUI-Angular/examples/
MIT License
56 stars 28 forks source link

Form validation for drop down! #24

Closed hossainiir closed 7 years ago

hossainiir commented 7 years ago

Hi, at first thanks, How can I use from validation for angular drop down?? Is it possible or not?? and again thanks

ClickerMonkey commented 7 years ago

Just add class="error" to the sm-dropdown directive OR ng-class="{ error: someCondition() }" is probably what you want.