ionic-wizard
ionic-wizard copied to clipboard
A set of angular directives to create a wizard using Ionic's slide box
The error is thrown on: ``` scope.$on("wizard:Next", function() { scope.swiper.slideNext(true); }); ``` I copied over the sample wizard from here: https://plnkr.co/edit/azYKSAYOMv0pZu8YEWVs and I get the "Cannot read property 'slideNext' of...
im trying to validate some fields in step1 before go to step2. So im using **next-condition** for this but it's not trigger on step1 and it's working fine on step2....
I'm using this component for app **inside Facebook**. what i want when click tab in FB page want load my ionic site inside FB. All other component are working fine...
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...
First of all, thanks for providing this project, it has been of great use to me! I found some use for having an action that just runs as soon as...
Firstly, thanks for providing this nifty way of working with ionic slide box. Great plugin to have. I am conditionally rendering ion-wizard-step using following ``` js ``` using ng-if on...
Could your plugin suitable for my concept below?  These wizard bar using for report page generated from server
Hi Arielfaur, I try your wizard preview and I find a bug that you can see on image. Steps: 1. Mouse click on page 1 and move to page 2...
Ionic team has introduced new slidebox directive under 1.2+. http://blog.ionic.io/announcing-ionic-1-2/ With this update, they have changed the way we use slidebox component. http://ionicframework.com/docs/v2/components/#slides Any plans to update ionic-wizard to support...
Added the option "enableslide" so that one can choose to enable sliding of the wizard. Just add the attribute enableslide="true" to the ion-slide-box element. Not adding the attribute leads to...