9db13be4c7
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 |
||
---|---|---|
.. | ||
parser | ||
array_changes_spec.js | ||
change_detection_spec.js | ||
coalesce_spec.js | ||
iterable.dart | ||
iterable.es6 | ||
keyvalue_changes_spec.js | ||
util.js |