ui-router

Creating an AngularJS CRUD using UI-Router and PHP/MySQLi Tutorial

This tutorial tackles on how to create a CRUD Operation in Angular JS using Ui-Router to manage our routes and PHP/MySQLi to handle our backend with MySQL as our Database. You will learn in this tutorial how to use UI-Router. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

Angular JS Simple Register using Ui-Router

This tutorial tackles on how to create a simple register in Angular JS using Ui-Router to handle our routes and PHP/MySQLi to handle our backend and database. After a successful register, we are going to redirect our registered user to our homepage. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

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.

AngularJS Search Suggestion with PHP/MySQLi and UI-Router

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.