ember-cli-numeric-text-input
v0.0.1
Published
The default blueprint for ember-cli addons.
Downloads
4
Maintainers
Readme
Ember-cli-numeric-text-input
This addon allows you to target a group of inputs and prevent non-numeric characters being added.
The aim is to allow other commands to be maintained.
Implementation for this addon based on this StackOverflow answer.
Installation
git clone
this repositorynpm install
bower install
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.