Update UI error text for single data picker

When no data is available
This commit is contained in:
Matthew Jones 2015-10-14 10:18:41 -04:00
parent f051c13374
commit 1bbd5fbe0a

View File

@ -91,7 +91,7 @@ function controller($rootScope,
if (_.isEmpty(data[0]) && _.isEmpty(data[1])) {
return _.reject({
name: 'NoScanData',
message: 'There was insufficient scan data for both of the dates you selected. Please try selecting a different date or module.',
message: 'There was insufficient scan data for the date you selected. Please try selecting a different date or module.',
dateValues:
{ leftDate: $scope.leftDate.clone(),
rightDate: $scope.rightDate.clone()