(js) Reset multiple-selection mode after delete

This commit is contained in:
Francis Lachapelle
2016-07-20 11:07:57 -04:00
parent e742916084
commit ffa1920122
3 changed files with 3 additions and 0 deletions
@@ -90,6 +90,7 @@
return component.selected;
});
Calendar.$deleteComponents(components).then(function() {
vm.mode.multiple = 0;
$rootScope.$emit('calendars:list');
});
});