Skip to content

Instantly share code, notes, and snippets.

@caleb
Created April 12, 2011 23:55
Show Gist options
  • Select an option

  • Save caleb/916701 to your computer and use it in GitHub Desktop.

Select an option

Save caleb/916701 to your computer and use it in GitHub Desktop.
myController
Test.myController = SC.ObjectController.create({
contentBinding: ".myObject",
myObject: "hello world",
unrelatedProperty: null,
watcher: function() { console.log("observer fired"); }.observes("unrelatedProperty")
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment