I am currently working on a multi-stage web form using AngularJS. You can see an example of this form in action by visiting the link below:
http://codepen.io/kwakwak/full/kvEig
When clicking the "Next" button, the form slides to the right smoothly. However, when clicking the "Back" button, the form does not slide back to the left as expected. I believe that changing the "ng-animate" CSS when the "Back" button is clicked would resolve this issue.
Could you provide guidance on how I can accomplish this?
Thank you!