我想從文件driverStandings.json(您可以在圖像的結構中看到它)中加載json。我使用服務API來加載這些數據。我使用下面的代碼(在圖像中)。AngularJS從services.js文件中加載json
當我編譯,我沒有得到我的驅動列表,我獲得以下錯誤列表
TypeError: url.replace is not a function
at angular.js:8557
at sendReq (angular.js:8426)
at $get.serverRequest (angular.js:8146)
at deferred.promise.then.wrappedCallback (angular.js:11682)
at deferred.promise.then.wrappedCallback (angular.js:11682)
at angular.js:11768
at Scope.$get.Scope.$eval (angular.js:12811)
at Scope.$get.Scope.$digest (angular.js:12623)
at Scope.$get.Scope.$apply (angular.js:12915)
at done (angular.js:8450)
什麼是類型錯誤和我究竟做錯了什麼?
請張貼直播代碼不是圖像。使複製非常難以幫助創建答案 – charlietfl