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 default cache position when Create Controller has not be instantiated #235

Closed cgrinaldi closed 9 years ago

cgrinaldi commented 9 years ago

We were having an issue where the Create listener for 'positionAcquired' was not being instantiated because the Create controller had not been run yet.

The fix simply involved using the position on userSession OR using a default location.

Fixes #219

annekef commented 9 years ago

Looks good.