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

Click on a previous step makes it active #18

Closed jspdown closed 9 years ago

jspdown commented 9 years ago

As reported on #12, the active state should only depend on step.selected. I noticed wizard component needs lodash. I replaced all their call by native javascript methods in order to remove this dependency requirement.

README.md has been updated to add the missing part of the example.