Skip to content

Instantly share code, notes, and snippets.

@rlivsey
Created June 16, 2014 21:00
Show Gist options
  • Save rlivsey/cb603dc0e83ad5aabe5b to your computer and use it in GitHub Desktop.
Save rlivsey/cb603dc0e83ad5aabe5b to your computer and use it in GitHub Desktop.
ThingController = Ember.ObjectController.extend
# "prematurely" triggers when the item is assigned when setting up the controller
# how to detect and ignore this?
titleChanged: (->
@send "detailsChanged"
).observes("title")
`export default ThingController`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment