Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Clarify's test case for ng-repeat stability test. #11761

Closed

Conversation

nbrookie
Copy link
Contributor

Hey Angular devs,

I was going through the ng-repeat directive test cases, and noticed a typo (or at least, I think its a typo) in the setup for the stability test case.

Having {{key}}:{{val}} in the repeated element did not seem to make sense to me, especially when the expression is ng-repeat="item in items".

Anyways, hope this helps!

@petebacondarwin
Copy link
Contributor

Assuming Travis now passes (it was flaking previously) then this LGTM

@petebacondarwin petebacondarwin added this to the 1.4.0-rc.2 milestone May 5, 2015
@petebacondarwin petebacondarwin self-assigned this May 5, 2015
petebacondarwin pushed a commit that referenced this pull request May 5, 2015
The repeated template contained `{{key}}:{{val}}` but the repeat expression
was `"item in items"`, so `key` and `val` were not actually available.

The tests were passing anyway, since they did not rely upon the actual
text content of the template.

Closes #11761
netman92 pushed a commit to netman92/angular.js that referenced this pull request Aug 8, 2015
The repeated template contained `{{key}}:{{val}}` but the repeat expression
was `"item in items"`, so `key` and `val` were not actually available.

The tests were passing anyway, since they did not rely upon the actual
text content of the template.

Closes angular#11761
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants