Skip to content

obscure-web/angular-country-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angular-country-names

Angular module which registers an array of country names as an angular constant.

Usage

// Include countryNames module in your module
angular.module('myModule', ['countryNames']);

// Inject countryNames constant into your controller
angular.module('myModule').controller('myCountroller', Controller);

Controller.$inject = ['countryNames'];

function Controller(countryNames) {
  console.log(countryNames);
}

About

Angular module which registers an array of country names as an angular constant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published