Forgot to close tags in getters/setters
This commit is contained in:
parent
52997f7322
commit
374664e9ab
@ -28,7 +28,7 @@
|
||||
<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"
|
||||
ng-model-options="{getterSetter: true}/>
|
||||
ng-model-options="{getterSetter: true}"/>
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default"><i class="glyphicon glyphicon-calendar"></i></button>
|
||||
</span>
|
||||
@ -38,7 +38,7 @@
|
||||
<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"
|
||||
ng-model-options="{getterSetter: true}/>
|
||||
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