Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

where to get started? documentation, demo? #14

Open
ghost opened this issue Jun 27, 2013 · 3 comments
Open

where to get started? documentation, demo? #14

ghost opened this issue Jun 27, 2013 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 27, 2013

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..

@fotomut
Copy link

fotomut commented Jul 2, 2013

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'])

@meera
Copy link

meera commented Nov 29, 2014

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

<script src="bower_components/angular-ui-utils/ui-utils.js"> </script> <script src="bower_components/angular-ui-map/ui-map.js"></script>

@mattringel
Copy link

mattringel commented May 12, 2016

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?

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

No branches or pull requests

3 participants