mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 09:25:09 +00:00
(feat) first pass at the calendar properties dialog
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
*/
|
||||
LinksDialogController.$inject = ['scope', '$mdDialog'];
|
||||
function LinksDialogController(scope, $mdDialog) {
|
||||
scope.close = function(type) {
|
||||
scope.close = function() {
|
||||
$mdDialog.hide();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user