{{message}} {{type}}
{{message}} {{type}}
{{message}} {{type}}
var mainApp = angular.module("mainApp", []); http://vietjack.com/ Trang chia sẻ học online miễn phí Page http://vietjack.com/angularjs/index.jsp Copyright © vietjack.com mainApp.controller("shapeController", function($scope) { $scope.message = "In shape controller"; $scope.type = "Shape"; }); mainApp.controller("circleController", function($scope) { $scope.message = "In circle controller"; }); mainApp.controller("squareController", function($scope) { $scope.message = "In square controller"; $scope.type = "Square"; }); Kết Mở trang textAngularJS.jsp trình duyệt web Và xem kết http://vietjack.com/ Trang chia sẻ học online miễn phí Page http://vietjack.com/angularjs/index.jsp http://vietjack.com/ Trang chia sẻ học online miễn phí Copyright © vietjack.com Page ... mainApp.controller("shapeController", function( $scope) { $scope. message = "In shape controller"; $scope. type = "Shape"; }); mainApp.controller("circleController", function( $scope) { $scope. message = "In circle controller";... http://vietjack.com/ Trang chia sẻ học online miễn phí Page http://vietjack.com /angularjs/ index.jsp http://vietjack.com/ Trang chia sẻ học online miễn phí Copyright © vietjack.com Page ... message ghi đè sử dụng Ví dụ Dưới phần ví dụ cho phần hướng dẫn bên testAngularJS.jsp Angular JS Forms AngularJS Sample Application