message : function() {
var dataForPopup = {
blueprint : $scope.ecdapp.editBlueprint,
- blueprintList : $scope.ecdapp.tableData,
+ blueprintList : $scope.ecdapp.tableData
};
return dataForPopup;
}
resolve : {
message : function() {
var dataForPopup = {
- blueprint : blueprint,
+ blueprint : blueprint
};
return dataForPopup;
}
$log.error('BlueprintService.deleteBlueprint failed: ' + JSON.stringify(error));
return $q.reject(error.statusText);
});
- },
+ }
};
});
resolve : {
message : function() {
var dataForPopup = {
- deployment : deployment,
+ deployment : deployment
};
return dataForPopup;
}
resolve : {
message : function() {
var dataForPopup = {
- deployment : deployment,
+ deployment : deployment
};
return dataForPopup;
}
$log.error('DeploymentService.deleteDeployment failed: ' + JSON.stringify(error));
return $q.reject(error.statusText);
});
- },
+ }
};
});
$log.error('ExecutionService.cancelExecution failed: ' + JSON.stringify(error));
return $q.reject(error.statusText);
});
- },
+ }
};
});
$log.error('DatacenterService.getDatacentersHealth failed: ' + JSON.stringify(error));
return $q.reject(error.statusText);
});
- },
+ }
};
});
$log.error('serviceHealthService.getNodeServicesHealth failed: ' + JSON.stringify(error));
return $q.reject(error.statusText);
});
- },
+ }
};
});
$log.error('ServiceHealthService.deregisterService failed: ' + JSON.stringify(error));
return $q.reject(error.statusText);
});
- },
+ }
};
});
drawOrgChart(data);
- },
+ }
};
};
})();
\ No newline at end of file