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

Dropdown Enable / Disable #38

Closed lholznagel closed 8 years ago

lholznagel commented 9 years ago

I added a ability to enable and disable a Dropdown.

The disabled Parameter is one time binding and disable is to change it dynamically. I don´t think that my solution is the best one but it was the only solution I know. Maybe you know a better solution?

The only other solution I would think of is that there is only to use the dynamically method but then you have to set it every time in the Code.

Greetz

jspdown commented 9 years ago

Sorry for the delay, I'm really busy currently. I'll maybe review that on Wednesday.

jspdown commented 9 years ago

The dynamic method provide all we need. Keep the name disabled but set it up as a bi-directional binding should be enough.