升级到UI Bootstrap版本0.11.0后的TypeError

时间:2014-06-23 15:31:33

标签: angular-ui-bootstrap

当我升级到UI Bootstrap版本0.11.0时,我在UI Datepicker中收到以下错误:

TypeError: Unable to get property 'split' of undefined or null reference at createParser (http://localhost:1234/js/lib/ui-bootstrap-tpls-0.11.0.js:751:19)

数据中的日期采用以下格式2014-06-27T00:00:00

 <div class="ticketStartDate" ng-click="openAddStartCal($event, ticket)" ng-hide="currentTicketUpdating == ticket.TicketId && currentParameterUpdating =='startCal' && startCalSaving == true">
                <input type="text" 
                       datepicker-popup="dd MMM"
                       ng-model="ticket.StartDate" 
                       ng-change="saveEditStartDate(ticket)"
                       is-open="startEditTicketOpened && currentTicketUpdating == ticket.TicketId"
                       datepicker-options="dateOptions" 
                       date-disabled="disabled(date, mode)"
                       ng-required="true" 
                       close-text="Close" />
            </div>

1 个答案:

答案 0 :(得分:0)

您遇到的问题已解决here ..您需要更改他们在您的js文件中修改的what ..我甚至更改了我的缩小ui-bootstrap-tpls-0.11.0.min.js(只是为了好玩:) ..和生产)..你可以轻松找到ctrl+f的线条..我希望能解决你的问题......因为它解决了我的问题