Improve the error handling to expose and log errors if removing a card fails.
This commit is contained in:
parent
8199badb32
commit
1a2fea578d
4 changed files with 22 additions and 5 deletions
|
|
@ -6,6 +6,9 @@
|
|||
</ion-nav-bar>
|
||||
|
||||
<ion-content>
|
||||
<div ng-show="error" class="text-center m10t assertive">
|
||||
{{error}}
|
||||
</div>
|
||||
<div class="list">
|
||||
<div class="item item-divider" translate>
|
||||
Cards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue