Created
February 13, 2011 02:27
-
-
Save gmoeck/824363 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
MyApp.roomsController = SC.ArrayController.create({ | |
contentBinding: 'ClientWasp.userController.rooms', | |
}); |
The user controller would be set like this:
MyApp.userController.set('content', theLoggedInUser);
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
where the user controller's content binding is something like this: