🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

ember-paper-time-picker

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-paper-time-picker

Ember addon for a paper like time picker

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
3
Created
Source

ember-paper-time-picker

npm version

Build Status

Ember Observer Score Ember badge

Code Climate Test Coverage Issue Count

ember cli addon for a Paper like date picker

Installation

Install this addon using ember-cli

ember install ember-paper-time-picker

Usage

Use ember-jsignature in your template:

// basic datetime picker
{{paper-datetime-picker timestamp=model.picker0.standard.timestamp}}

// basic datetime picker with unix timestamp
{{paper-datetime-picker unix=model.picker1.seconds.timestamp}}

Documentation

Documentation can only be found by cloning the repo and running ember server then viewing the page at localhost:4200 in a browser.

Contributing

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 https://ember-cli.com/.

License

MIT License

Keywords

ember-addon

FAQs

Package last updated on 03 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts