Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Angular directive that renders an address form with a full list of countries
https://github.com/binocarlos/ng-address

Last synced: 11 days ago
JSON representation

Angular directive that renders an address form with a full list of countries

Awesome Lists containing this project

README

        

ng-address
==========

Angular directive that renders an address form with a full list of countries

## installation

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

## usage

```js
angular
.module('MyApp', [
require('ng-address')
])

.controller('MyCtrl', function($scope){
$scope.$on('address:country', function($ev, country){
// the user has just selected another country from the drop-down
})
})
```

```html


```

## license

MIT