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.

Bar Chart using ChartJS, AngularJS and PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a Bar Chart in Angular JS using Chart JS with PHP/MySQLi. Chart JS is javascript library that provides chart presentation of data with the help of html5 canvas. We will use PHP/MySQLi to fetch data from our MySQL database then pass to Angular JS to process the data to our Chart JS.

AngularJS Search Suggestion with PHP/MySQLi and UI-Router

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple search suggestion in Angular JS with the help of PHP/MySQLi to get data from MySQL database. We will then use UI-Router to view the details of clicked search result member. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.