Skip to content

Instantly share code, notes, and snippets.

@davidpp
Created July 30, 2013 13:41
Show Gist options
  • Select an option

  • Save davidpp/6113013 to your computer and use it in GitHub Desktop.

Select an option

Save davidpp/6113013 to your computer and use it in GitHub Desktop.
Log when the content of a view has been loaded
$scope.$on "$viewContentLoaded", ->
console.log "View Content Loaded"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment