Advertisement
Guest User

Untitled

a guest
Dec 29th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. function logout() {
  2. authService.logout();
  3. $location.path('/login');
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement