(fix) hide the dialog after save

This commit is contained in:
Ludovic Marcotte 2015-06-15 10:07:56 -04:00
parent 406e9a3df2
commit d41458dfdc

View file

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