/ember-country-region-data

Ember service to access country-region-data

Primary LanguageJavaScriptMIT LicenseMIT

Ember-country-region-data

Exports benkeen/country-region-data as an Ember service.

Build Status

Usage

import ConfigRegionData from 'ember-country-region-data/services/country-region-data';

In your component, controller, etc.

countryRegionData: new ConfigRegionData()

Access the data

this.get('countryRegionData.data')