[Ng] Angular应用点概览
摘要:1. 使用模块化写法。 var app = angular.module('myApp', []); app.controller('TextController', function($scope) { $scope.txt = {'title':'some txt'}; }); [] 表示此模块
阅读全文
posted @ 2015-11-25 23:06
posted @ 2015-11-25 23:06
posted @ 2015-11-13 15:24