From c219aef61e063315f348717a8f7201cc6307ae2f Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Thu, 8 Nov 2018 17:06:51 +0100 Subject: [PATCH] remove tabs --- sentiment-analysis/src/main/webapp/forms/input-terms.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sentiment-analysis/src/main/webapp/forms/input-terms.html b/sentiment-analysis/src/main/webapp/forms/input-terms.html index 3c9e6c8..06c1076 100644 --- a/sentiment-analysis/src/main/webapp/forms/input-terms.html +++ b/sentiment-analysis/src/main/webapp/forms/input-terms.html @@ -5,7 +5,7 @@ // scope function which adds a new term $scope.addTerm = function() { - terms.push({}); + terms.push({}); }; camForm.on('form-loaded', function() { @@ -22,7 +22,7 @@ angular.forEach($scope.terms, function(term) { delete term.$$hashKey; }); - }); + }); @@ -35,7 +35,7 @@ class="form-control" type="text" required - ng-model="term.term"> + ng-model="term.term"> -- 2.43.0