Fixed code errors

This commit is contained in:
Henry 2015-10-02 16:26:29 -07:00
parent 2c77c3647c
commit 22d424f96e
2 changed files with 1 additions and 3 deletions

View File

@ -171,7 +171,7 @@ define(
} else {
return true;
}
}
};
/**
* dialogModel: {

View File

@ -84,8 +84,6 @@ define(
]
};
dialogService.showB
if (!dialogService.showBlockingMessage(model)) {
$log.error("Could not display modal dialog");
}