Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Created June 28, 2013 21:59
Show Gist options
  • Save joegaudet/5888481 to your computer and use it in GitHub Desktop.
Save joegaudet/5888481 to your computer and use it in GitHub Desktop.
$scope.$watch(function () {
return SessionService.currentUser;
}, function (user) {
$scope.user = user;
}, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment