Skip to content

Instantly share code, notes, and snippets.

@saminaazad
Created December 24, 2012 11:53
<script type="text/javascript">
var products = new Products();
products.fetch({success:function(){
var productListView = new ProductListView({
collection: products,
el: $('#product-list')
});
productListView.render();
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment