Here is my plunker : http://plnkr.co/edit/pnJ7q62eyBILTvX1f2dj?p=preview
In console.log() you can see, that after Update
array is like :
{ age : "1", weight : "1"}
and i want like this :
{ age : 1, weight : 1}
Thanks for answers in advance!!!