allenhwkim / angularjs-google-maps

The Simplest AngularJS Google Maps V3 Directive
http://ngmap.github.io
MIT License
1.52k stars 517 forks source link

Small typo in bicycling-layers #173

Closed kairoh closed 9 years ago

kairoh commented 9 years ago

Just noticed a small typo in bicycling-layers.js (never used it but found it in code)

 mapController.addObject('bicyclingLayers', layer);
...
 mapController.deleteObject('biclclingLayers', layer);

One char make the difference ;-)

BTW this lib is really easy to use and nicely designed. Well done!

allenhwkim commented 9 years ago

thanks Why don't you fork and send me a PR?