We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An Angular 1.5 wrapper around the library would allow Angular developers to easily incorporate this project.
The text was updated successfully, but these errors were encountered:
#10 initial Angular 1.5 code
408e181
I verified this code works in a very basic Angular app. In it, my main html page included all the needed JavaScript libraries.
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>
Sorry, something went wrong.
No branches or pull requests
An Angular 1.5 wrapper around the library would allow Angular developers to easily incorporate this project.
The text was updated successfully, but these errors were encountered: