ng-wizard
ng-wizard copied to clipboard
Ng-wizard steps are hiden if inside of modal
Hello,
I am using your ng-wizard component (but a 1.0.0 version, bacause of project's angular version) and I'm creating wizard steps from a dynamic array i'm creating.
If the wizard is not used inside of the modal - all the steps are created without any issue, but, if I create the wizard inside of a modal (yes, it is mandatory), I debug the wizard's instance and the wizard steps have a property hidden = true.
I've tried to edit the hidden property, but it's only a getter and not a setter.
Can you help me to fix this issue?
Very grateful.