=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html 2015-10-07 09:14:45 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/components/registration/default-registration-form.html 2015-10-07 15:13:26 +0000 @@ -7,7 +7,7 @@ - @@ -39,6 +42,9 @@ name="foo" class="form-control" ng-model="selectedTei[attribute.id]" + ng-model-options="{ updateOn: 'blur' }" + d2-attribute-validator + attribute-data="attribute" ng-disabled="editingDisabled" ng-change="teiValueUpdated(selectedTei, attribute.id)" ng-required="attribute.mandatory || attribute.unique"/> @@ -46,6 +52,9 @@
-
+
@@ -84,7 +84,7 @@
-
+