(fix) Save event to a different calendar

This commit is contained in:
Francis Lachapelle
2015-05-14 11:36:21 -04:00
parent ac705547e8
commit ec2b52bf7b
4 changed files with 16 additions and 1 deletions
@@ -242,6 +242,7 @@
Component.prototype.init = function(data) {
this.categories = [];
angular.extend(this, data);
this.destinationCalendar = this.pid;
};
/**