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
@lahiru1991 - are you wanting to submit to a service? Otherwise, if you use one controller for the whole wizard, you should be able to bind to your components and have values saved in your controller. Otherwise, there's a pull request open currently to have an action that runs on each step. I'm going to work on getting that integrated into the main line soon. You can take a look and see if that's what you need.
Now i added one controller to whole wizard, like you said. but there is another problem.
im using $scope.$on("slideBox.slideChanged", function(e, index) {}); code to identifying step changes. but problem is this listener working multiple times when wizard change the status. if you want i can share my codes.
another thing actually i want is set first step input values to second step fields if user want. but i can't find a way how to set values to fields during the render.
by the way im new to ionic sorry if im asking stupid questions.
Hi,
this is not a bug and i need to know can i following case using ionic-wizard.
I have to submit values to controller in each step. any idea how to achieve this. also i created new controllers for every step.
The text was updated successfully, but these errors were encountered: