ember-cli-clipboard
![Build Status](https://travis-ci.org/jkusa/ember-cli-clipboard.svg?branch=master)
A simple ember wrapper around clipboard.js
Usage
{{#copy-button
clipboardText='text to be copied'
success='success'
error='error'
}}
Click To Copy
{{/copy-button}}
Properties
clipboardText
- string value that is sent to the clipboard on click
Actions
The following clipboard.js custom events are sent as actions
success
sent on successful copyerror
sent on failed copy
More information about the clipboard.js events can be found here
Installation
git clone
this repositorynpm install
bower install
Running
Running Tests
ember test
ember test --server
Building
For more information on using ember-cli, visit http://www.ember-cli.com/.