Skip to content

Instantly share code, notes, and snippets.

@e-jigsaw
Created January 10, 2013 07:45
Show Gist options
  • Save e-jigsaw/4500240 to your computer and use it in GitHub Desktop.
Save e-jigsaw/4500240 to your computer and use it in GitHub Desktop.
do ->
AppViewModel = ->
this.some
...
this.hoge
...
this # ←これがないとbindしてくれない
ko.applyBindings new AppViewModel()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment