filmov
tv
ng repeat directive in angular js

Показать описание
Ng-repeat Directive in Angular JS
The ng-repeat directive repeats a set of HTML, a given number of times.
1) the set of HTML will be repeated once per item in a collection.
2) The collection must be an array or an object.
The ng-repeat directive repeats a set of HTML, a given number of times.
1) the set of HTML will be repeated once per item in a collection.
2) The collection must be an array or an object.