jquery-maskmoney wrapper for ember-cli
cd your-project-directory
ember install ember-maskmoney
You can use all options from docs
If you want masked values without decimal, add allowDecimal=false
attribute.
It extends Ember.TextField
, so you can also use all of its options.