mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Old syntax: - ng-repeat: #item in items; - ng-repeat: #item; in: items; - <template let-ng-repeat=“item” [in]=items> New syntax: - ng-repeat: var item in items; - ng-repeat: var item; in items - <template ng-repeat var-item [in]=items> Notice that the var is now a standalone binding rather then an argument to ng-repeat. This will make the var bindings consistent with the rest of the system. Closes #482 |
||
|---|---|---|
| .. | ||
| docs | ||
| src | ||
| test | ||
| pubspec.yaml | ||