fix(build): Use ngmin. Fix all introduced erros in previous commits.
This commit is contained in:
@ -104,7 +104,7 @@ angular.module('etcdControlPanel')
|
||||
$scope.back();
|
||||
$scope.writingNew = false;
|
||||
}, function (response) {
|
||||
$scope.showSaveError(data.message);
|
||||
$scope.showSaveError(response.message);
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user