Skip to content

Instantly share code, notes, and snippets.

@jurgenwerk
jurgenwerk / Common-Currency.json
Created March 26, 2016 10:15 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},
import Ember from 'ember';
export default Ember.Component.extend({
classNames: ['k-content'],
style: null,
options: null,
widgetType: null,
widgetId: null,