merged dev with master

This commit is contained in:
David Baldwynn 2015-11-03 13:22:35 -08:00
parent 98d63bbb23
commit 6c2f23c0c9

View file

@ -6,7 +6,6 @@ angular.module('users').config(['$httpProvider',
$httpProvider.interceptors.push(function($q, $location) {
return {
responseError: function(response) {
// console.log($location.path());
if( $location.path() !== '/users/me' && response.config){
if(response.config.url !== '/users/me'){
console.log('intercepted rejection of ', response.config.url, response.status);