Skip to content

Instantly share code, notes, and snippets.

@StasKoval
Created June 7, 2013 11:28
Show Gist options
  • Save StasKoval/5728648 to your computer and use it in GitHub Desktop.
Save StasKoval/5728648 to your computer and use it in GitHub Desktop.
cofee
if $state.current.name == 'tasks'
Task.query(
{}
# Success
, (response) ->
$scope.tasks = response
# Error
, (response) ->
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment