Merge pull request #2358 from abjerner/patch-28
Triggers the save button to momentarily show an error icon
This commit is contained in:
@@ -185,6 +185,8 @@
|
||||
|
||||
$scope.page.buttonGroupState = "success";
|
||||
|
||||
}, function(err) {
|
||||
$scope.page.buttonGroupState = 'error';
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user