studymaterial status current date
This commit is contained in:
parent
e513f5dc51
commit
517253d8a1
@ -298,7 +298,7 @@
|
||||
<input type="text" tabindex="6" class="form-control " ng-click="startOpen = !startOpen" datepicker-popup="dd-MM-yyyy" ng-model="myStatusModel.dateOn"
|
||||
is-open="startOpen" ng-init="startOpen = false" name="dateofstaus"
|
||||
datepicker-options="dateOptions" placeholder="Select Date "
|
||||
close-text="Close" required="required" ng-change="getMaxEndDate(myModel.startDate)" max-date="maxDateForStatusUpdt"
|
||||
close-text="Close" required="required" ng-change="getMaxEndDate(myModel.startDate)" min-date="Currentdate" max-date="Currentdate"
|
||||
/>
|
||||
<span class="error text-small block" ng-if="Form.dateofstaus.$dirty && Form.dateofstaus.$invalid" ng-hide="Form.dateofstaus.$error.maxlength">Date is required.</span>
|
||||
<span class="error text-small block" ng-if="Form.dateofstaus.$error.maxlength">Enter a Valid Date</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user