Created
February 13, 2011 23:10
-
-
Save charlesjolley/825269 to your computer and use it in GitHub Desktop.
This file contains 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
<div class="card"> | |
{{view image}} | |
<h1>{{firstName}} {{lastName}}</h1> | |
</div> |
This file contains 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
MyApp.CardView = SC.TemplateView.design({ | |
template: 'card_view', | |
image: SC.ImageView.design({ | |
valueBinding: '*parentView.content.imageUrl' | |
}) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment