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.

Angular JS Toggle Active Class on Path Change using Ui-Router

Submitted by nurhodelta_17 on
This tutorial tackles on how to toggle class active whenever the path is change using Angular JS. This is mostly effective if your working with menus and you want to make the current menu active. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

Angular JS Create an Image Modal using CSS

Submitted by nurhodelta_17 on
This tutorial tackles on how to create an image modal using Angular JS with the help of CSS to handle the design and animation in this tutorial. Image modal is commonly used to maximize an image to further understand its details. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

AngularJS Toggle Password Visibility

Submitted by nurhodelta_17 on
This tutorial tackles on how to toggle password visibility in Angular JS. Input type "password" is usually used in forms that hides the text that is being type by the user. In some cases, users wanted to view the text they type to check for typo errors. Using javascript, we can achieve that. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.