Created
June 16, 2014 21:00
-
-
Save rlivsey/cb603dc0e83ad5aabe5b to your computer and use it in GitHub Desktop.
This file contains 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
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