ember-cli-accounting icon indicating copy to clipboard operation
ember-cli-accounting copied to clipboard

Currency convert to symbol

Open jrock2004 opened this issue 7 years ago • 0 comments

Ok, unless I am misunderstanding, I would think I could pass in USD and it would return me the symbol. But its not

formatMoney(this.get('model.service.price.priceRange.min'), {
      symbol: this.get('model.service.price.currency'),
      precision: 2,
      thousand: "·",
      format: {
        pos: "%s %v",
        zero: "%s  --"
      }
    });```

Thoughts?

jrock2004 avatar Nov 01 '17 22:11 jrock2004