ng-app="myApp" : 定義 AngularJS應用程式作用於<div></div>裡。 ng-controller="myCtrl" : 定義所屬Controller,myCtrl是一個JavaScript的function。
確定! 回上一頁