Use Leaflet with Angular on Meteor.
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', function($scope) { $scope.defaults = {}; $scope.center = { lat: 51.505, lng: -0.09, zoom: 8 }; }]);
More info at https://github.com/tombatossals/angular-leaflet-directive and http://leafletjs.com/
This package is licensed with the MIT license.