AngularJS 中ng-repeat是很常用到的directive,主要用來顯示重複的內容,像 ... element1 ng-repeat-start="data in dataSet" child1 child2 element2 ...
確定! 回上一頁