Recent articles

Jump to a random post

Creating a multi step form with Angular.js

Published on: October 27, 2014

Before we start, you might want to check out this example of the form in action. While I was working with Angular.js to create a nice little recipe / cookbook site for myself, I was creating a form that required me to split it up into multiple parts or steps. I found this surprisingly easy to do actually but I can imagine that not everybody will have the same experience I did. In this short post I will provide you with a good starting point for your html and your javascript. I'll be using the power of Angular.js directives to...

Read more...