Skip to content

Instantly share code, notes, and snippets.

@BruceHubbard
Created July 26, 2012 13:39
Show Gist options
  • Save BruceHubbard/3182071 to your computer and use it in GitHub Desktop.
Save BruceHubbard/3182071 to your computer and use it in GitHub Desktop.
Listing Page Example
define(
['app/text!app/views/templates/item-list.html', 'app/views/listing-page'],
function(itemTpl, listingPageVw) {
var listing = listingPage.initialize($('.listing-page'), {
storeUrl: 'Item/All',
template: itemTpl,
usePaging: true
};
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment