我的工作angular
應用與Django
與rest-framework
..錯誤:[ngModel:datefmt]預期`2015-05-29T19:06:16.693209Z`是一個日期 - 角
的應用程序接收它的信息與服務器json。其中一個密鑰是created_time
...該字段的值是格式根據iso-8601
,例如2015-05-29T19:06:16.693209Z
。
在客戶端我有一個字段:
<input type="time" ng-model="created_time">
但是當數據到達我得到這個錯誤:
Error: [ngModel:datefmt] Expected `2015-05-29T19:06:16.693209Z` to be a date http://errors.angularjs.org/1.3.13/ngModel/datefmt?p0=2015-05-29T19%3A06%3A16.693209Z
at REGEX_STRING_REGEXP (angular.js:63)
at Array.<anonymous> (angular.js:19807)
at Object.ngModelWatch (angular.js:23289)
at Scope.$get.Scope.$digest (angular.js:14235)
at Scope.$get.Scope.$apply (angular.js:14506)
at done (angular.js:9659)
at completeRequest (angular.js:9849)
at XMLHttpRequest.requestLoaded (angular.js:9790)
我已經試過各種方法:(格式是完全一樣的說明在角度的文檔...
非常感謝你:) – Yehuda
@Yehuda歡迎您! – PSL
這隻適用於瀏覽器現在,但不適用於科爾多瓦 – niklas