ember-cli addon support for Numeral.js
npm install --save-dev ember-cli-numeral;
bower install --save numeral;
import numeral from 'numeral';
var string = numeral(1000).format('0,0');
// '1,000'
See the Numeral.js docs for general usage.
ember-cli addon support for Numeral.js
npm install --save-dev ember-cli-numeral;
bower install --save numeral;
import numeral from 'numeral';
var string = numeral(1000).format('0,0');
// '1,000'
See the Numeral.js docs for general usage.