Handlebars template not respecting view member when set from render helper
问题 I have a form that can filled out on its own or embedded into another form, as part of a larger object. When I {{render}} the form from the containing handlebars template, the child template does not respect the observable on the view. Parent template: {{render "EditIntro" introModule embedded=true}} Where introModule is a property on the containers model which returns a the specific submodel for the intro, which is a part of the parent. Child View: App.EditIntroView = Ember.View.extend({