angularify / angular-semantic-ui

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

angularify/angular-semantic-ui#29 Dropdown enhancements #35

Closed Kurmaev closed 9 years ago

Kurmaev commented 9 years ago

Simplify dropdown widget. Add support for custom dropdown values.

jspdown commented 9 years ago

Thanks @Kurmaev. Your patch simplify clearly the dropdown component! Could you please update src/dropdown/test/spec.js and src/dropdown/docs/demo.html files ?

Kurmaev commented 9 years ago

@jspdown yes I planning to do it at weekend

jspdown commented 9 years ago

PR #37 has been merged and improve some part of the dropdown components. Please, remember to update your local branch.

Kurmaev commented 9 years ago

@jspdown My code is rebased on top of master branch; some commits are squashed. Updated demo page and actualized test specs for it.