(js) Respect user's settings in Calendar module

This commit is contained in:
Francis Lachapelle
2015-08-07 14:15:26 -04:00
parent 15a5ab0b12
commit 29d86ad478
3 changed files with 28 additions and 3 deletions
@@ -46,6 +46,7 @@
if (angular.isUndefined(Component['$' + type]))
Component.$filter(type);
vm.componentType = type;
Component.saveSelectedList(type);
}
}