diff options
Diffstat (limited to 'src/main/resources')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/META-INF/resources/designer/partials/portfolios/Template_model.html b/src/main/resources/META-INF/resources/designer/partials/portfolios/Template_model.html index 9c97d59ee..53204f41e 100644 --- a/src/main/resources/META-INF/resources/designer/partials/portfolios/Template_model.html +++ b/src/main/resources/META-INF/resources/designer/partials/portfolios/Template_model.html @@ -18,7 +18,7 @@ limitations under the License. ============LICENSE_END============================================ =================================================================== - ECOMP is a trademark and service mark of AT&T Intellectual Property. + --> <style> diff --git a/src/main/resources/META-INF/resources/designer/partials/portfolios/text_area_modal.html b/src/main/resources/META-INF/resources/designer/partials/portfolios/text_area_modal.html index 553772bc5..2687da92e 100644 --- a/src/main/resources/META-INF/resources/designer/partials/portfolios/text_area_modal.html +++ b/src/main/resources/META-INF/resources/designer/partials/portfolios/text_area_modal.html @@ -18,7 +18,7 @@ limitations under the License. ============LICENSE_END============================================ =================================================================== - ECOMP is a trademark and service mark of AT&T Intellectual Property. + --> <div attribute-test="textAreaModel" id="myModal"> diff --git a/src/main/resources/META-INF/resources/designer/scripts/textAreaCtrl.js b/src/main/resources/META-INF/resources/designer/scripts/textAreaCtrl.js index 169310296..e3016d93b 100644 --- a/src/main/resources/META-INF/resources/designer/scripts/textAreaCtrl.js +++ b/src/main/resources/META-INF/resources/designer/scripts/textAreaCtrl.js @@ -18,7 +18,7 @@ * limitations under the License. * ============LICENSE_END============================================ * =================================================================== - * ECOMP is a trademark and service mark of AT&T Intellectual Property. + * */ app.controller('textAreaCtrl',['$scope','$rootScope','dialogs','Datafactory','$modalInstance',function($scope, $rootScope,dialogs, Datafactory,$modalInstance) { |