Merge pull request #653 from nasa/open499

[Notifications] #499 All notifications now dismissable by default.
This commit is contained in:
Victor Woeltjen
2016-03-01 14:50:56 -08:00
7 changed files with 103 additions and 32 deletions

View File

@ -111,7 +111,8 @@ define(
notificationService.error({
title: "Error persisting " + domainObject.getModel().name,
hint: errorMessage || "Unknown error"
hint: errorMessage,
dismissable: true
});
return $q.reject(error);