Merge changes from topics "VID-11", "VID-10", "VID-9"
authorIttay Stern <ittay.stern@att.com>
Tue, 10 Sep 2019 13:03:50 +0000 (13:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 10 Sep 2019 13:03:50 +0000 (13:03 +0000)
* changes:
  Add Semicolon at the end
  Add Semicolon at the end
  Add Semicolon at the end

vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
vid-app-common/src/main/webapp/app/vid/scripts/directives/serviceMetadata.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-modal/alert-modal.controller.js

index e127d5d..93323d9 100644 (file)
@@ -27,5 +27,5 @@ appDS2.directive('searchText', function() {
         scope: {
             searchString : '='
         }
-    }
+    };
 });
index 77bf9c8..3a7ef9e 100644 (file)
@@ -30,5 +30,5 @@ appDS2.directive('serviceMetadata', function() {
         },
         link : function(scope, element, attrs) {
         }
-    }
+    };
 });
index 15c57f7..bcac579 100644 (file)
                 vm.content = jobInfo.message;
                 vm.mode = jobInfo.status;
                 if (vm.mode == "failed") {
-                    vm.Header = "Failed"
+                    vm.Header = "Failed";
                 } else if (vm.mode == "confirm") {
-                    vm.Header = "Confirm"
+                    vm.Header = "Confirm";
                 } else {
-                    vm.Header = "Success"
+                    vm.Header = "Success";
                 }
             }
         };