course details changes done

This commit is contained in:
gandhimathi 2018-02-15 16:42:39 +05:30
parent 221634e6d5
commit d7037bb362

View File

@ -163,7 +163,7 @@
placeholder="Select Date"
close-text="Close" ng-change="getDateFormat(myModel.date,'1');" required="required"/>
<span class="error text-small block"
ng-if="Form.date.$dirty && Form.date.$error.required">Btach date is required.</span>
ng-if="Form.date.$dirty && Form.date.$error.required">Batch date is required.</span>
<!--<span class="success text-small block"-->
<!--ng-if="Form.date.$valid ">Thank You</span>-->
</div>