course details changes done

This commit is contained in:
gandhimathi 2018-02-23 18:09:41 +05:30
parent f3eec3e257
commit cb929baa33

View File

@ -40,7 +40,7 @@
name="date"
datepicker-options="dateOptions"
placeholder="Select Date"
close-text="Close" ng-change="getDateFormat(p.BatchDate,'2');" required="required"/>
close-text="Close" ng-change="getDateFormat(p.BatchDate,'2');" required="required" ng-readonly="true"/>
<span class="error text-small block"
ng-if="Form.date.$dirty && Form.date.$error.required">Batch date is required.</span>
<!--<span class="success text-small block"-->