general-porpoise / snapcache

Snapcache allows users to create, share, and discover geocached time capsules with their friends.
http://snapcache.co/
5 stars 4 forks source link

(fix) Set map to user's current location #141

Closed cgrinaldi closed 9 years ago

cgrinaldi commented 9 years ago

Previously, when opening the map modal, a call would be made to the device's GPS location. Instead, we just use the position stored on the userSession object in order to center the map.

I was unable to get the marker placed due to something involving $apply.

Fixes #134