thriqon / ember-cli-format-number

https://www.npmjs.com/package/ember-cli-format-number
MIT License
9 stars 5 forks source link

Ember-cli-format-number

Build Status

This README outlines the details of collaborating on this Ember addon.

Usage

in JS:

import numeral from 'numeral';

numeral(100).format('0,0');

in templates:

<span>
  {{format-number 100 format="0.0"}}
</span>

Installation

Running

Running Tests

Building

For more information on using ember-cli, visit http://www.ember-cli.com/.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.