Skip to content

Instantly share code, notes, and snippets.

@nehalist
Created April 14, 2016 12:50
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 nehalist/d9315ad2ea2e3a5942dcdef2a3da6745 to your computer and use it in GitHub Desktop.
Save nehalist/d9315ad2ea2e3a5942dcdef2a3da6745 to your computer and use it in GitHub Desktop.
getInitialData: ->
return $q (resolve, reject) =>
if(@data.length > 0)
resolve @data
else
reject 'data not loaded'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment