Created
April 19, 2012 08:16
-
-
Save tslim/2419581 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
show: (id) -> | |
entry = new Raffler.Models.Entry({id: id}) | |
entry.fetch( | |
success: => | |
console.log(entry.get('title')) | |
alert entry.get('name') | |
console.log(entry) | |
console.log(entry.attributes + " haha") | |
viewsangat = new Raffler.Views.Page({model: entry}) # Might one to declare this outside | |
viewsangat.render() | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment