Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/binocarlos/ng-map
- Owner: binocarlos
- License: mit
- Created: 2014-03-11T21:20:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-26T10:18:23.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:36:44.649Z (7 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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