parent
75c44ac92b
commit
135bbaf644
@ -1166,6 +1166,11 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
|
|||||||
count: foundCount,
|
count: foundCount,
|
||||||
history: foundMsgs
|
history: foundMsgs
|
||||||
};
|
};
|
||||||
|
}, function (error) {
|
||||||
|
if (error.code == 400) {
|
||||||
|
error.handled = true;
|
||||||
|
}
|
||||||
|
return $q.reject(error);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user