(feat) first pass at the calendar properties dialog

This commit is contained in:
Ludovic Marcotte
2015-06-15 09:53:10 -04:00
parent e18b61f180
commit b4f9b9095d
5 changed files with 276 additions and 266 deletions
@@ -125,7 +125,7 @@
*/
LinksDialogController.$inject = ['scope', '$mdDialog'];
function LinksDialogController(scope, $mdDialog) {
scope.close = function(type) {
scope.close = function() {
$mdDialog.hide();
}
}