Created
November 16, 2011 21:39
-
-
Save ccapndave/1371512 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
Mymag.SourceItemView = SC.Checkbox.extend({ | |
titleBinding: ".parentView.content.label" | |
}); | |
Mymag.sourceListController = SC.ArrayController.create({ | |
content: [ | |
{ label: "BBC News", url: "http://www.bbc.co.uk/news/" }, | |
{ label: "Snow forecast", url: "http://www.snow-forecast.com/resorts/Leysin/6day/mid" }, | |
{ label: "XE", url: "http://www.xe.com/" } | |
] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment