(js) Catch error in CalendarsController

This commit is contained in:
Francis Lachapelle
2018-08-31 13:14:31 -04:00
parent 3394018604
commit 679a12be19
@@ -102,7 +102,7 @@
);
calendar.$id().then(function() {
Calendar.$add(calendar);
});
}).catch(_.noop); // error
});
}