Skip to content

Binding {{input type=view.type}} in view template no longer works with 1.7.0-beta.5 #5348

@digitalbreed

Description

@digitalbreed

I am using Ember views to wrap input fields into a more sophisticated DOM structure. When rendering my view, I pass the input field's type (text/password) as an attribute, like {{view MyView type="password"}}, and use it in the template, like {{input type=view.type ...}}.

This worked fine in 1.7.0-beta.4 but broke in 1.7.0-beta.5.

DEMO with Ember 1.7.0-beta.4 (working): http://jsfiddle.net/ekws7LLk/
DEMO with Ember 1.7.0-beta.5 (broken): http://jsfiddle.net/vqby2vw7/1/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions