Created
April 11, 2012 16:47
-
-
Save cloke/2360459 to your computer and use it in GitHub Desktop.
Binding issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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