标签:style http color io ar 使用 java sp div
<body>
or <html>标签。
angular.bootstrap来代替。
angular.module中有跟多的信息
下面的这个例子中,
如果ngApp指令没有放在html文档不会被编译,AppController将不能够被实例化为{{ a+b }} 等于 3
所以要这么写
angular.module(‘ngAppDemo‘, []).controller(‘ngAppDemoController‘, function($scope) {
$scope.a = 1;
$scope.b = 2;
});
标签:style http color io ar 使用 java sp div
原文地址:http://www.cnblogs.com/mcat/p/4045211.html