Guest User

Untitled

a guest
Feb 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var cookieConfig = {
  2. expires: cookieExpireDate.toUTCString(),
  3. path: "/",
  4. domain: "localhost"
  5. };
  6.  
  7. $cookies.put('oficio-token', response.ticket, cookieConfig);
  8.  
  9. $cookies.get('oficio-token');
Add Comment
Please, Sign In to add comment