You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: