angular js

AngularJS Select - Dynamically add Options using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to add options in input select using Angular JS. We're gonna be using ng-options but you can also use ng-repeat and we're gonna discuss the difference in using both directive. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

AngularJS Adding Form Fields Dynamically with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to dynamically add form fields using Angular JS. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. We will then dynamically add the fields that we created using PHP/MySQLi that handles our MySQL Database.

AngularJS Delete Multiple Rows using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to delete multiple rows in MySQL Table using one button in Angular JS with the help of PHP/MySQLi. This is set up that upon clicking the delete button, all checked rows will be deleted. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

AngularJS Signup/Register using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a Signup/Registration form using Angular JS with the help of PHP/MySQLi to handle our MySQL Database. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. After a successful register in this tutorial, the user is directed to our homepage.

AngularJS File Preview before Upload

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a preview before upload in Angular JS. Preview is useful in application so that the user can check the file before he uploads it. In this tutorial, we're going to preview images using Angular Js. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

AngularJS How to Create a Loader

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a loader using Angular JS. Loaders are usually used in AJAX request before success occurs. You will also learn in this tutorial how to used $timeout of Angular JS which executes a command after a certain amount of time. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.