caitp / angular-semantic

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

Roadmap of UI directives #21

Closed pisaacs closed 10 years ago

pisaacs commented 10 years ago

Hi, I was just wondering if this project has a roadmap of directives that is being worked on or you would want to see implemented...

caitp commented 10 years ago

@pisaacs I haven't had a lot of time to work on this since I've been working mostly on angular core lately, but some things that would be good to see would be work on more of the menu stuff, more work on the various form components, and modal/dialog stuff.

Some of this steps on the feed of angular-ui/bootstrap a little bit though, I think it would be good to use their modal/dialog code for that, and probably their typeahead module too.

There's no roadmap per se, but this stuff should be doable. If there are other components you want to work on, just hack on it and send a PR, I'll merge it.

pisaacs commented 10 years ago

Thank you!