Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is view.id reserved in Ember 1.10? #10607

Closed
herom opened this issue Mar 11, 2015 · 1 comment · Fixed by #10613
Closed

Is view.id reserved in Ember 1.10? #10607

herom opened this issue Mar 11, 2015 · 1 comment · Fixed by #10613

Comments

@herom
Copy link

herom commented Mar 11, 2015

I upgraded our app from Ember 1.8.1 with Ember App Kit to Ember 1.10.0 with Ember-CLI 0.2.0 and I saw the following behaviour which breaks my application (prior to Ember 1.10.0 this was working code!):

test.hbs

{{#each itemId in model}}
  {{view 'simple/test' id=itemId}}
{{/each}}

Where view.id was the value I expected in Ember 1.8.0, now with Ember 1.10.0 view.id is a SimpleStream!? If I change the param name to something other than id, everything is working like before. Is this intended behaviour?

See jsbin: http://emberjs.jsbin.com/kequkaregi/1/edit?html,js,output

@rwjblue
Copy link
Member

rwjblue commented Mar 12, 2015

Fixed by #10613.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants