- Fix for Issue #184.
- Step title updates on change.
- wizard-order: the
wizard-orderattribute 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-positionattribute has been added towizarddirective 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-repeatfor step creation - Wrapped goTo method in $timeout to fix bug where step recently enabled weren't being seen by
getEnabledSteps
- wz-title: the
titleattribute has been changed towz-title. Examples in README have been updated.