caitp / angular-semantic

AngularJS directives for Semantic-UI
413 stars 47 forks source link

feat(dropdown): add dropdown and dropdown-menu directives #12

Closed caitp closed 10 years ago

caitp commented 10 years ago

Initial work on some AngularJS ports of the dropdown modules.

As of yet, there is no real test suite, and testing has only been happening in what I intend to be a future demo site for the AngularSemantic codebase.

Currently, transition support is experimental, using $animate's addClass methods exclusively. I'd like to make this a bit more dynamic, and additionally support jQuery animation functions if jQuery is detected -- But for now, this is working nicely, I think.

caitp commented 10 years ago

More tests will be added as I expand on the dropdown functionality, but I'd like to merge this for now.