Skip to content

QaDeS/meteor-angularjs-leaflet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Leaflet for Angular

Use Leaflet with Angular on Meteor.

How to install

  1. npm install -g meteorite (if not already installed)
  2. mrt add angular-leaflet
  3. add the leaflet tag to your HTML:
  4. 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/

License

This package is licensed with the MIT license.

Contributors

About

Use Leaflet with Angular.

Resources

Stars

Watchers

Forks

Packages

No packages published