aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js b/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js
index d5d124b..2590de1 100644
--- a/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js
+++ b/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js
@@ -19,9 +19,7 @@
*
* ECOMP is a trademark and service mark of AT&T Intellectual Property.
*******************************************************************************/
-appDS2.controller('blueprintTableController', function(
- $rootScope, $scope, $log, $modal, modalService, BlueprintService) {
-
+appDS2.controller('blueprintTableController', function($rootScope, $scope, $log, $modal, modalService, BlueprintService) {
'use strict';
// Controls logging in this controller
@@ -140,7 +138,7 @@ appDS2.controller('blueprintTableController', function(
}
else {
// success, get the updated list.
- $scope.ecdapp.loadTable()
+ $scope.ecdapp.loadTable();
}
}
});