angularjs typerror when upgrading to 1.3.15 -
i tried updating angular version 1.3.0-rc.4 1.3.15, i'm seeing following error on pages:
file header containing version information:
/** * @license angularjs v1.3.15 * (c) 2010-2014 google, inc. http://angularjs.org * license: mit */ error:
typeerror: result.headers not function↵ @ resolvepromisewithresult (http://.../js/angular.js:9720:71)↵ @ processqueue (http://.../js/angular.js:13248:27)↵ @ http://.../js/angular.js:13264:27↵ @ scope.$get.scope.$eval (http://.../js/angular.js:14466:28)↵ @ scope.$get.scope.$digest (http://.../js/angular.js:14282:31)↵ @ http://.../js/angular.js:14505:26↵ @ completeoutstandingrequest (http://.../js/angular.js:4924:10)↵ @ http://.../js/angular.min.js:5312:7 if @ data stored in result see it's object properties data , status, data contains response of request , status http status code. know 1 of requests triggering error doing simple $http.get(url) call.
is there need support latest version?
Comments
Post a Comment