mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
committed by
Caitlin Potter
parent
e322cd9b3b
commit
0f3adece3b
@@ -1060,7 +1060,7 @@ function $HttpProvider() {
|
||||
if (isObject(v)) {
|
||||
if (isDate(v)){
|
||||
v = v.toISOString();
|
||||
} else if (isObject(v)) {
|
||||
} else {
|
||||
v = toJson(v);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user