ng-repeat

AngularJS Save Selected Options (ng-repeat) using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to save select option in Angular JS wherein the select options are shown using ng-repeat directive using PHP/MySQLi into MySQL database. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

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.