[Ng]Angular應用點概覽

  1. 使用模塊化寫法。 var app = angular.module('myApp', []); app.controller('TextController', function($scope) { $scope.txt = {'title':'some txt'}; });   [] 表示此模塊不依賴其它模塊。      ng-model, ng-repeat, ng-cha
相關文章
相關標籤/搜索