-1
我想在我的頁面上有下拉日期選擇器。AngularJS - 我的datetimepicker不顯示日曆
這裏是我的代碼:
<code>http://plnkr.co/edit/UaD8A06ilA6K6MsDL95s?p=preview</code>
的問題是,與日曆菜單不會出現。
我想在我的頁面上有下拉日期選擇器。AngularJS - 我的datetimepicker不顯示日曆
這裏是我的代碼:
<code>http://plnkr.co/edit/UaD8A06ilA6K6MsDL95s?p=preview</code>
的問題是,與日曆菜單不會出現。
<input type="text" ng-focus="startOpened = true; endOpened = false;" ng-click="startOpen($event)" show-button-bar="false" close-text="Close" ng-required="true" max-date="end" min-date="'1970-12-31'" is-open="startOpened" show-weeks="false" ng-model="startDate" uib-datepicker-popup="MM/dd/yyyy" placeholder="Start date...">
這是角度ui提供的datepicker的示例。 爲ng-focus,ng-open創建不同的標誌。
這是該鏈接的更多選項。 https://angular-ui.github.io/bootstrap/#!#datepickerPopup
Krina,謝謝你的回答。解決了! –
不客氣。 – Krina