Skip to content

Instantly share code, notes, and snippets.

@cloke
Created April 11, 2012 16:47
Show Gist options
  • Select an option

  • Save cloke/2360459 to your computer and use it in GitHub Desktop.

Select an option

Save cloke/2360459 to your computer and use it in GitHub Desktop.
Binding issue
PostView: Em.View.extend
templateName: 'post_container'
postBinding: 'App.appController.selection.post'
Displays, but does not update until I click on the text field.
{{view Em.TextField valueBinding="post.managing"}}
Displays and updates
{{view Em.TextField valueBinding="parentView.content.post.managing"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment