remove tabs
authorDavid Kaufmann <david.kaufmann@student.tuwien.ac.at>
Thu, 8 Nov 2018 16:06:51 +0000 (17:06 +0100)
committerDavid Kaufmann <david.kaufmann@student.tuwien.ac.at>
Thu, 8 Nov 2018 16:07:40 +0000 (17:07 +0100)
sentiment-analysis/src/main/webapp/forms/input-terms.html

index 3c9e6c8ea01d9a25df9067386ef71c320e9893bd..06c10761e79062c6c3ebd3df1ed3a775671e914b 100644 (file)
@@ -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;
       });
-       });
+    });
 
   </script>
 
@@ -35,7 +35,7 @@
                class="form-control"
                type="text"
                required
-                          ng-model="term.term">
+               ng-model="term.term">
       </div>
     </div>
   </div>