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

fix(ngRepeat): implement track by support #507

Closed

Conversation

teropa
Copy link
Contributor

@teropa teropa commented Feb 5, 2014

Grab and parse the track by expression if given, and use it to
track the objects.

Closes #277

@mhevery
Copy link
Contributor

mhevery commented Feb 5, 2014

Thanks for your contribution! In order for us to be able to accept it, we ask you to sign our CLA (contributor's license agreement). CLA is important for us to be able to avoid legal troubles down the road.

For individuals (a simple click-through form): http://code.google.com/legal/individual-cla-v1.0.html

Grab and parse the track by expression if given, and use it to
track the objects.

Closes dart-archive#277
@teropa
Copy link
Contributor Author

teropa commented Feb 5, 2014

Amended the commit to match the author email address I've signed the CLA with.

@mhevery
Copy link
Contributor

mhevery commented Feb 5, 2014

Achievement unlocked: CLA signature found!

mhevery pushed a commit to mhevery/angular.dart that referenced this pull request Feb 6, 2014
Grab and parse the track by expression if given, and use it to
track the objects.

Closes dart-archive#277
Closes dart-archive#507
@mhevery mhevery closed this in 0756645 Feb 6, 2014
@teropa teropa deleted the implement-track-by-for-ng-repeat branch February 7, 2014 18:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

Track by in ng-repeat not completely implemented in AngularDart as some tests are disabled.
2 participants