angularify / angular-semantic-ui

[WiP] AngularJS native directives for Semantic UI
http://angularify.github.io/angular-semantic-ui
MIT License
383 stars 87 forks source link

How capture dropdown change events? #61

Open bjornnborg opened 8 years ago

bjornnborg commented 8 years ago

Hi guys,

I was unable to capture ng-change event for a dropdown using this framework. I read the source code and noticed that the templates only uses div's. How do you handle to fire onChange/ngChange events for a selectbox?

Am I missing something?

Thanky you.

TimMcCauley commented 8 years ago

@bjornnborg : I'm having the same problem - did you solve this somehow?