Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Angular factory with a list of countries
https://github.com/binocarlos/ng-country

Last synced: 11 days ago
JSON representation

Angular factory with a list of countries

Awesome Lists containing this project

README

        

ng-country
==========

Angular factory with a list of countries

## installation

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

## usage

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

.controller('MyAppCtrl', function($scope, $countries){

// the list of countries
$scope.countries = $countries;

})
```

## license

MIT