0.2.8 • Published 10 years ago

ember-maskedinput v0.2.8

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

ember-maskedinput

Build Status

ember-maskedinput is a component that use jquery.maskedinput to mask the input.

Installation

From inside your ember-cli project, run the following:

ember install ember-maskedinput

Installation for ember-cli 0.1.5 - 0.2.2

ember install:addon ember-maskedinput

Installation without ember-cli

npm install ember-maskedinput --save

masked-input

{{masked-input maskholder="#" mask="999 9999" autoclear="false"}}

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember 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://www.ember-cli.com/.

0.2.8

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago