Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/binocarlos/ng-map

Angular directive component to display a google map centered on a postcode
https://github.com/binocarlos/ng-map

Last synced: 11 days ago
JSON representation

Angular directive component to display a google map centered on a postcode

Awesome Lists containing this project

README

        

ng-map
======

Angular directive component to display a google map centered on a postcode

## installation

```
$ component install binocarlos/ng-map
```

## usage

Include the module:

```js
angular.module('myApp', [
require('ng-map')
])
```

Use the directive:

```html


```

## scope

```js
{
lat:'=',
long:'=',
zoom:'='
}
```

## license

MIT