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

docs(tutorial/4 - Two-way Data Binding): describe your change...#9823

Closed
kboutsen wants to merge 1 commit into
angular:masterfrom
kboutsen:patch-1
Closed

docs(tutorial/4 - Two-way Data Binding): describe your change...#9823
kboutsen wants to merge 1 commit into
angular:masterfrom
kboutsen:patch-1

Conversation

@kboutsen
Copy link
Copy Markdown
Contributor

var phoneNameColumn = element.all(by.repeater('phone in phones').column('{{phone.name}}'));
should be
var phoneNameColumn = element.all(by.repeater('phone in phones').column('phone.name'));

var phoneNameColumn = element.all(by.repeater('phone in phones').column('{{phone.name}}'));
should be
var phoneNameColumn = element.all(by.repeater('phone in phones').column('phone.name'));
@mary-poppins
Copy link
Copy Markdown

I'm sorry, but I wasn't able to verify your Contributor License Agreement (CLA) signature. CLA signature is required for any code contributions to AngularJS.

Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match.

If you signed the CLA as a corporation, please let us know the company's name.

Thanks a bunch!

PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR.
PS2: If you are a Googler, please sign the CLA as well to simplify the CLA verification process.

@kboutsen
Copy link
Copy Markdown
Contributor Author

I have just signed the CLA

@caitp
Copy link
Copy Markdown
Contributor

caitp commented Oct 29, 2014

It looks good to me

@caitp caitp closed this in 43b1a37 Oct 29, 2014
@kboutsen
Copy link
Copy Markdown
Contributor Author

I think that in the documentation the statetement ....column('{{phone.name}}')... is wrong. On the Git source it is correctly ....column('phone.name')...

The documentation should be updated with ....column('phone.name')...

@caitp
Copy link
Copy Markdown
Contributor

caitp commented Oct 29, 2014

I already filed a bug on ptor to update the docs, but I'm probably not going to write a patch for it. Feel free to do that though angular/protractor#1480

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants