We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ec83a commit 0f56cfdCopy full SHA for 0f56cfd
1 file changed
src/ng/http.js
@@ -96,7 +96,7 @@ function $HttpProvider() {
96
// strip json vulnerability protection prefix
97
data = data.replace(PROTECTION_PREFIX, '');
98
if (JSON_START.test(data) && JSON_END.test(data))
99
- data = fromJson(data, true);
+ data = fromJson(data);
100
}
101
return data;
102
}],
0 commit comments