Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SteveSanderson/798242 to your computer and use it in GitHub Desktop.
Save SteveSanderson/798242 to your computer and use it in GitHub Desktop.
gifts = [
{
image: "http://ecx.images-amazon.com/images/I/41MS0md3RJL._SL500_AA300_.jpg",
asin: "-1",
gifter_image: "/images/unknown_user.gif",
gifter_id: -1
}, {
image: "http://ecx.images-amazon.com/images/I/41MS0md3RJL._SL500_AA300_.jpg",
asin: "-1",
gifter_image: "/images/unknown_user.gif",
gifter_id: -1
}, {
image: "http://ecx.images-amazon.com/images/I/41MS0md3RJL._SL500_AA300_.jpg",
asin: "-1",
gifter_image: "/images/unknown_user.gif",
gifter_id: -1
}
];
giftsView = {
giftsVM: ko.mapping.fromJS(gifts)
}
ko.applyBindings(giftsView);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment