代码如下:
{{greeting.text}}, world
controllers.js中的内容
代码如下: function HelloController($scope) { $scope.greeting = { text: "Hello"}; }
MVC写起来很不错的感觉~~