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