Handle resource limits in the Web interface

See @d7b010
This commit is contained in:
Francis Lachapelle
2016-02-16 12:40:59 -05:00
parent 3d7192ffef
commit 4c01417690
5 changed files with 73 additions and 31 deletions
@@ -227,9 +227,9 @@
Alarm.getAlarms();
}, function(response) {
if (response.status == 403 &&
response.data && response.data.message && angular.isObject(response.data.message)) {
response.data && response.data.message &&
angular.isObject(response.data.message))
vm.attendeeConflictError = response.data.message;
}
});
}
}