为什么这不起作用?
static Set<String> nounPhrases2 = new HashSet<>();
<body ng-app="myapp" ng-controller="myctrl">
{{ '{{ names }}' }}
<tr ng-repeat="item in names">
<p>Hello {{'{{ item.age}}'}}!</p>
</tr>
它打印了我所有的年龄,但它无法访问数字。它不会打印任何内容。
答案 0 :(得分:0)
将$scope.name
更改为$scope.names