Skip to content

Instantly share code, notes, and snippets.

@apolzon
Created October 7, 2014 01:29
Show Gist options
  • Save apolzon/a8963d401bb9385e9824 to your computer and use it in GitHub Desktop.
Save apolzon/a8963d401bb9385e9824 to your computer and use it in GitHub Desktop.
Arc9.CommentsCommentsPopupController = Ember.Controller.extend
myVar: (->
"stuff"
).property()
actions:
doThis: ->
alert("i did it!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment