Angular JS Simple Slide Animation using ngAnimate with Ui-Router

This tutorial tackles on how to create a simple slide animation in Angular JS using Angular Animate. Angular animate provides animation for angular apps. We can access angular animate by adding the dependency 'ngAnimate' in our app. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Application.

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

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.