(fix) hide the dialog after save

pull/91/head
Ludovic Marcotte 2015-06-15 10:07:56 -04:00
parent 406e9a3df2
commit d41458dfdc
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@
vm.saveProperties = function() {
vm.calendar.$save();
$mdDialog.hide();
};
}
}