|
|
@@ -103,7 +103,7 @@
|
|
|
current-text="今天" clear-text="清除" close-text="关闭"
|
|
|
datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
ng-click="openDatePicker($event, condition, '$fromOpened')"
|
|
|
- ng-change="onDateCondition()"> <span
|
|
|
+ ng-change="onDateCondition()" readonly> <span
|
|
|
class="input-group-btn">
|
|
|
<button type="button" class="btn btn-default"
|
|
|
ng-click="openDatePicker($event, condition, '$fromOpened')">
|
|
|
@@ -121,7 +121,7 @@
|
|
|
current-text="今天" clear-text="清除" close-text="关闭"
|
|
|
datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
ng-click="openDatePicker($event, condition, '$toOpened')"
|
|
|
- ng-change="onDateCondition()"> <span
|
|
|
+ ng-change="onDateCondition()" readonly> <span
|
|
|
class="input-group-btn">
|
|
|
<button type="button" class="btn btn-default"
|
|
|
ng-click="openDatePicker($event, condition, '$toOpened')">
|