Sometimes Angularjs Cancel HTTP for datatables data
Sometimes Angularjs Cancel HTTP for datatables data
Dont know why chrome network inpector show the HTTP query is canceled (this htttp is data for my datatable)
The chrome inspector shows canceled by angularjs this is the row in inspector
myhttpURL.php (canceled) xhr angular.min.js:93 0B 1.00s
Why angularjs cancel my $http
Becouse of that chrome inpector show error in datatable like this:
Cannot read property 'aDataSort' of undefined
And this error seems becouse sever never send the http with data.
The question again is, why angular.min in line 93 cancel the request??
Thanks in advanced
This question has an accepted answers - jump to answer
Answers
I could resolve this.
Can close this