Merge "Remove unnecessary variable assignment"

This commit is contained in:
Jenkins 2016-11-11 16:48:26 +00:00 committed by Gerrit Code Review
commit ad0d0c98d8

View File

@ -35,7 +35,6 @@
) {
var ctrl = this;
ctrl.image = {};
ctrl.resourceType = registry.getResourceType(imageResourceTypeCode);
$scope.context.loadPromise.then(onGetImage);