Skip to content

Instantly share code, notes, and snippets.

@willrjmarshall
Created December 11, 2013 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willrjmarshall/7903501 to your computer and use it in GitHub Desktop.
Save willrjmarshall/7903501 to your computer and use it in GitHub Desktop.
Shop.factory 'Product', ($resource) ->
new class Product
@products: null
update: ->
@products = $resource("/shop/products").query()
all: ->
@products || @update()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment