来自ng-repeat json的空值

时间:2017-06-04 15:34:25

标签: angularjs

为什么这不起作用?

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>

它打印了我所有的年龄,但它无法访问数字。它不会打印任何内容。

1 个答案:

答案 0 :(得分:0)

$scope.name更改为$scope.names