ng-wizard
ng-wizard copied to clipboard
Features/Bugs
After using this package there a few things that can make it better
Features
- When the
toolboxExtraButtons
next/previous are disabled and the user is using external buttons we should have an observable from theNgWizardService
which can be used to enable/disable external button just like thetoolboxExtraButtons
next/previous default operate.
Bugs/Unclear documentation
canExit
orcanEnter
doesn't seem to do anything
- when all the
toolboxExtraButtons
are removed there is extra padding would be easier to toggle the parent container.
- the
ng-wizard-step > ul > li > a
border arrows do not wrap property on small screen devices
@developer-kee Agree with you on all but,
canExit or canEnter is used when you want to restrict from exiting the current step with some functionality (i use them for validations)