- Fix for Issue #184.
- Step title updates on change.
- wizard-order: the
wizard-order
attribute affects the order in which the steps should be in. If no order or duplicated order it will add the step to the end.
- indicators-position: the
indicators-position
attribute has been added towizard
directive to allow you to specify "top" or "bottom" for defualt step positions. - Created $destroy event that remove steps from wizard for wizards built using
ng-repeat
for step creation - Wrapped goTo method in $timeout to fix bug where step recently enabled weren't being seen by
getEnabledSteps
- wz-title: the
title
attribute has been changed towz-title
. Examples in README have been updated.