Closed terryx closed 10 years ago
I have this data var location = [1.2', '1.4'];
but upon creation and the result returned was { location: "1.2,1.4" } the document stored in the db should be array form
my mistake , forgot to change Model.js attribute from "string" to "array" lol
I have this data var location = [1.2', '1.4'];
but upon creation and the result returned was { location: "1.2,1.4" } the document stored in the db should be array form