call tracking changes

This commit is contained in:
gandhimathi 2018-03-13 13:12:01 +05:30
parent b0d280ead8
commit ddebc104b5

View File

@ -349,7 +349,7 @@
max-date="futureDate"
close-text="Close" required="required" ng-readonly="true"/>
<span class="error text-small block"
ng-if="Form.date.$dirty && Form.date.$error.required">Followup Date is required.</span>
ng-if="Form.date.$dirty && Form.date.$error.required">Followup date is required.</span>
<!--<span class="success text-small block"-->
<!--ng-if="Form.date.$valid ">Thank You</span>-->
</div>