diff options
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 761bf9ec..562cbc1d 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -366,6 +366,7 @@ $ionicPopover.fromTemplateUrl('templates/events-popover.html', { }) .error(function(err) { ZMDataModel.zmLog("Error retrieving detailed frame API " + JSON.stringify(err)); + ZMDataModel.displayBanner ('error', ['could not retrieve frame details', 'please try again']); }); @@ -803,6 +804,7 @@ $ionicPopover.fromTemplateUrl('templates/events-popover.html', { }) .error(function(err) { ZMDataModel.zmLog("Error retrieving detailed frame API " + JSON.stringify(err)); + ZMDataModel.displayBanner ('error', ['could not retrieve frame details', 'please try again']); }); $scope.totalEventTime = Math.round(parseFloat(edur)) - 1; |
