07 Directives-2-Repeating HTML Elements

  • {{ x.name + ', ' + x.country }}
			
  • {{ x.name + ', ' + x.country }}
ng-repeat 常用在物件裡的陣列。
AngularJS 非常支援資料庫的 CRUD (Create Read Update Delete)應用,可以想像一下這些物件就是資料庫中的紀錄。