|
@@ -113,7 +113,6 @@ export class HistoryListCtrl {
|
|
|
this.delta[this.diff] = response;
|
|
this.delta[this.diff] = response;
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
this.mode = 'list';
|
|
this.mode = 'list';
|
|
|
- this.$rootScope.appEvent('alert-error', ['There was an error fetching the diff', (err.message || err)]);
|
|
|
|
|
}).finally(() => { this.loading = false; });
|
|
}).finally(() => { this.loading = false; });
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|