summaryrefslogtreecommitdiffstats
path: root/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js
diff options
context:
space:
mode:
Diffstat (limited to 'oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js')
-rw-r--r--oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js b/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js
index 2845782..cb6e712 100644
--- a/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js
+++ b/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-controllers.js
@@ -121,7 +121,7 @@ appDS2.controller('blueprintTableController', function(
message : function() {
var dataForPopup = {
blueprint : $scope.ecdapp.editBlueprint,
- blueprintList : $scope.ecdapp.tableData,
+ blueprintList : $scope.ecdapp.tableData
};
return dataForPopup;
}
@@ -159,7 +159,7 @@ appDS2.controller('blueprintTableController', function(
resolve : {
message : function() {
var dataForPopup = {
- blueprint : blueprint,
+ blueprint : blueprint
};
return dataForPopup;
}