Forgot to add getter/setter tag to record date pickers in employee functions
This commit is contained in:
parent
57624c2804
commit
52997f7322
@ -27,7 +27,8 @@
|
||||
<div class="col-md-4">
|
||||
<div class="input-group">
|
||||
<input class="form-control" id="txtRec" type="text" uib-datepicker-popup="dd-MMM-yyyy"
|
||||
is-open="sdOpen" ng-focus="sdOpen = true" ng-model="record_StartDate"/>
|
||||
is-open="sdOpen" ng-focus="sdOpen = true" ng-model="record_StartDate"
|
||||
ng-model-options="{getterSetter: true}/>
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default"><i class="glyphicon glyphicon-calendar"></i></button>
|
||||
</span>
|
||||
@ -36,7 +37,8 @@
|
||||
<div class="col-md-4">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" uib-datepicker-popup="dd-MMM-yyyy"
|
||||
is-open="fdOpen" ng-focus="fdOpen = true" ng-model="record_FinishDate"/>
|
||||
is-open="fdOpen" ng-focus="fdOpen = true" ng-model="record_FinishDate"
|
||||
ng-model-options="{getterSetter: true}/>
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default"><i class="glyphicon glyphicon-calendar"></i></button>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user