Created
July 2, 2011 00:31
-
-
Save bmidgley/1059627 to your computer and use it in GitHub Desktop.
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
Device.include showView: -> | |
CoffeeKup.render (-> | |
div "data-role": "page", id: "#{@device.id}", -> | |
div "data-role": "header", text: "#{@device.name}", -> | |
h1 "#{@device.name}" | |
div "data-role": "content" | |
div "data-role": "footer"), {context: {device: @}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment