Form component done, documented and tested
diff --git a/views/ngXosLib/xosHelpers/src/ui_components/dumbComponents/form.component.js b/views/ngXosLib/xosHelpers/src/ui_components/dumbComponents/form.component.js
index 715ead3..0f0f8f6 100644
--- a/views/ngXosLib/xosHelpers/src/ui_components/dumbComponents/form.component.js
+++ b/views/ngXosLib/xosHelpers/src/ui_components/dumbComponents/form.component.js
@@ -93,7 +93,7 @@
               ng-model="vm.ngModel[name]"
               ng-minlength="field.validators.minlength || 0"
               ng-maxlength="field.validators.maxlength || 2000"
-              ng-required="field.validators.required || false"/>
+              ng-required="field.validators.required || false" />
             <span class="boolean-field" ng-if="field.type === 'boolean'">
               <button
                 class="btn btn-success"