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

Make dropdown openable #17

Closed jspdown closed 9 years ago

jspdown commented 9 years ago

I wasn't able to use the dropdown because of missing classes on <div class="menu">.
This div must have the following classes to work:

<div class="menu transition visible">
</div>

The transition class is not compulsory but add a nice effect After those change done, I got other issues:

Those points are fixed. Dropdown closed: screen shot 2015-03-14 at 3 54 08 pm Dropdown opened: screen shot 2015-03-14 at 3 54 03 pm

This pull-request also include an update of the dropdown/doc/ files

0xAX commented 9 years ago

Thank you @jspdown