From eb1659273043b496ed93dc369db1c9311ac0ca49 Mon Sep 17 00:00:00 2001 From: Driptaroop Das Date: Mon, 21 Jan 2019 13:13:21 +0530 Subject: bug fix - unreachable code bug fix - unreachable code. Issue-ID: VID-390 Change-Id: I5e6cb45fed4cceb07d67ea22c011d329f1807678 Signed-off-by: Driptaroop Das --- .../main/webapp/app/vid/scripts/directives/parameterBlockDirective.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js b/vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js index 32c34e9a6..2c5d3ae34 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/directives/parameterBlockDirective.js @@ -3,6 +3,7 @@ * VID * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Modifications Copyright (C) 2019 IBM. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -164,7 +165,7 @@ var parameterBlockDirective = function($log, PARAMETER, UtilityService, $compile if (parameter.value) { return "" + "" - + ""; + + "" + ""; }else{ return "