21tag / AngularRecess

A full rebuild of OpenRecess in Node, Express, Angular, and MongoDB
Apache License 2.0
1 stars 7 forks source link

Make map smaller on create a game page #19

Open AndrewMagliozzi opened 10 years ago

AndrewMagliozzi commented 10 years ago

scrolling the page causes the map to zoom.

AndrewMagliozzi commented 10 years ago

Dropping a pin on the map was difficult.

look at angular-google-maps documentation to improve things too.

AndrewMagliozzi commented 10 years ago

be aware of async stuff. HTML must load before the map, and the map has to load before any angular components interacting with the map for all functions to work.