(js) Show progress indicator sooner on Calendar

This commit is contained in:
Francis Lachapelle
2018-07-16 12:20:33 -04:00
parent ffac0a9c13
commit 5b9ab00bda

View File

@@ -397,6 +397,7 @@
};
function reload() {
Component.$loaded = Component.STATUS.LOADING; // Show progress indicator
Calendar.reloadWebCalendars().finally(function() {
$rootScope.$emit('calendars:list');
});