Learn_AngularJS
In AngularJS, $scope is the application object (the owner of application variables and functions).
Error: $compile:ctreq Missing Required Controller
Khi làm việc với select thì phải có ng-model
Multi Controller in app
var app = angular.module('myApp', []);
app.controller('namesCtrl', function($scope) {
//bla bla bla
}
app.controller('personCtrl', function($scope) {
//bla bla bla
}
Get text and value of option tag
https://stackoverflow.com/questions/18911458/angularjs-select-value-from-dropdown