ngRoute

AngularJS Step by Step Form using ngRoute

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a step by step form in Angular JS with Angular Route 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 Angular Route to handle our routes and angular animate for a simple slide animation in between views.

Angular JS Toggle Active Class on Path Change using ng-Route

Submitted by nurhodelta_17 on
This tutorial tackles on how to toggle active class whenever there's a change in the current location path in Angular JS with the help of ngRoute to handle routing. This is mostly effective if your working with menus and wanted to make the current menu active. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.