AngularJS Step by Step Form
This tutorial tackles on how to create a step by step form in Angular JS with Ui-Router and Angular Animate. Step by Step form is a kind of form wherein users can't proceed to the next step without finishing the current step first. We use ui-router to handle our routes and angular animate for a simple slide animation in between views.