Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Ng-Repeat's syntax/features mismatch parity with AngularJS with no documentation. #380

Closed
delaneyj opened this issue Jan 2, 2014 · 2 comments

Comments

@delaneyj
Copy link

delaneyj commented Jan 2, 2014

ng-repeat in AngularJS allows for associative arrays/maps to be used.

<li ng-repeat="(key, value) in items">{{key}}: {{value.name}}</li>

However this is not supported in Angular.dart and the docs should reflect deprecated or unsupported features.

@fringd
Copy link

fringd commented Jan 6, 2014

https://github.com/angular/angular.dart/blob/master/lib/directive/ng_repeat.dart#L113

It looks like the code for this syntax is still in place, at least partially. If implementing this feature is slowing things down, couldn't we at least make it TODO, rather than WILLNOTFIX?

@mhevery
Copy link
Contributor

mhevery commented Mar 30, 2014

We decided that supporting map iteration in ng-repeat was a mistake, and so this feature will not be implemented.

@mhevery mhevery closed this as completed Mar 30, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants