Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. app.factory('authInterceptor', [
  2.     '$rootScope', '$q', '$window', '$cookieStore', '$location', '$http',
  3.     function ($rootScope, $q, $window, $cookieStore, $location, $http) {
  4.         return {
  5.             request: function (config) {
  6.     ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement