Open ghost opened 11 years ago
I'll leave most of those questions for someone with more knowledge of this repo and the angular-ui docs format.
However, I can tell you that this module is definitely in a usable state, as I am currently using it. In fact, I am using this repo's module without the bulk of angular-ui.
bower install angular-ui-map
in index.html include the source (directory may be different in your project) <script src="components/angular-ui-map/src/map.js"></script>
include ui.map
in your module's dependencies in app.js
:
angular.module('yourApp', ['ui.map'])
The instructions seems to be out of date. After using following command bower install angular-ui-map
There is no directory src - so you need
I second the call for actual documentation.
https://github.com/allenhwkim/angularjs-google-maps is a similar project with excellent documentation and examples here: http://ngmap.github.io/
Does angular-ui-map have any documentation whatsoever?
Hi all,
The readme seems to be some generic document without containing any details about this ui-maps project. The demo.html contained in the demo directory looks like it needs to be included from some other html file as it does not even include Angular. An online demo at http://douglasduteil.github.io/ui-map/ seems to be not quite working as it should (adding a marker and panning to it does not work.)
All in all I'm lost whether this module is in a usable state at all. Please advice..