[Ng]Angular应用点概览

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