Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/binocarlos/ng-address
- Owner: binocarlos
- License: mit
- Created: 2014-02-24T15:53:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T15:57:53.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:36:44.980Z (7 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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