Learn_AngularJS
-
An AngularJS module defines an application.
-
The module is a container for the different parts of an application.
-
The module is a container for the application controllers.
-
Controllers always belong to a module.
- Define in controller
$scope.txt_color = "yellow";
- Use
ng-model
attr
https://www.w3schools.com/angular/angular_ref_directives.asp
Tôi hông có hỉu :v