Leaflet for Angular
March 1, 2014 · View on GitHub
Use Leaflet with Angular on Meteor.
How to install
npm install -g meteorite(if not already installed)mrt add angular-leaflet- add the leaflet tag to your HTML:
- this example references a separate controller you have to implement in your Javascript: Package.ngMeteor.ngMeteor.controller("MapCtrl", ['scope) { scope.center = { lat: 51.505, lng: -0.09, zoom: 8 }; }]);
More info at https://github.com/tombatossals/angular-leaflet-directive and http://leafletjs.com/
License
This package is licensed with the MIT license.