diff options
Diffstat (limited to 'src/ng/http.js')
| -rw-r--r-- | src/ng/http.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/http.js b/src/ng/http.js index f76f1cff..ab4900de 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -96,7 +96,7 @@ function $HttpProvider() {          // strip json vulnerability protection prefix          data = data.replace(PROTECTION_PREFIX, '');          if (JSON_START.test(data) && JSON_END.test(data)) -          data = fromJson(data, true); +          data = fromJson(data);        }        return data;      }], | 
