Closed larrycai closed 9 years ago
@tobegit3hub code is in controller.js
, I don't know whether below codes are not triggered
}).success(function(data, status, headers, config) {
if (status == 200) {
alert_success("Delete image " + id.substring(0,12));
$http.get('/dockerregistryapi/images/json').success(function(data) {
$scope.images = data;
});
} else {
alert_error("Delete image " + id.substring(0,12));
}
}).error(function(data, status, headers, config) {
alert_error("Delete image " + id.substring(0,12));
});
the image is deleted for issue #9 now, but it doesn't