Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Angular 1.5 #10

Open
spacemansteve opened this issue Apr 29, 2016 · 1 comment
Open

Add support for Angular 1.5 #10

spacemansteve opened this issue Apr 29, 2016 · 1 comment

Comments

@spacemansteve
Copy link
Owner

An Angular 1.5 wrapper around the library would allow Angular developers to easily incorporate this project.

spacemansteve added a commit that referenced this issue May 2, 2016
I verified this code works in a very basic Angular app.  In it, my main html page included all the needed JavaScript libraries.
@spacemansteve
Copy link
Owner Author

spacemansteve commented May 2, 2016

includes from HTML main page:
link rel="stylesheet" href="../bower_components/leaflet/dist/leaflet.css" />
link rel="stylesheet" href="../bower_components/leaflet.markerclusterer/dist/MarkerCluster.Default.css" />
link rel='stylesheet' href='style.css' />
script src="../bower_components/leaflet/dist/leaflet.js"></script>
script src="../bower_components/leaflet.markerclusterer/dist/leaflet.markercluster.js"></script>
script src="../bower_components/jquery/dist/jquery.min.js"></script>
script src='../bower_components/geostats/lib/geostats.js'></script>
script src='../bower_components/heat/simpleheat.js'></script>
script src='../bower_components/heat/HeatLayer.js'></script>
script src = "leafletSolrHeatmap.js"></script>
script src = "leafletSolrComponent.js"></script>
script src = "https://ajax.googleapis.com/ajax/libs/angularjs/1.5.2/angular.min.js"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant