Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created September 12, 2008 02:21
Show Gist options
  • Save erichocean/10360 to your computer and use it in GitHub Desktop.
Save erichocean/10360 to your computer and use it in GitHub Desktop.
greeting: SC.LabelView.extend({
valueBinding: "OI.userController.login",
localize: false,
escapeHTML: true
})
greeting: SC.View.extend({
exampleElement: '<div>whatever you want <span class="some-style">WOW</span>, this is easy</div>'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment