Commit Graph

19 Commits

Author SHA1 Message Date
vitormalencar 971834388c update code style 2021-01-21 11:45:33 +01:00
vitormalencar 2660565b61 update code style 2021-01-20 16:55:03 +01:00
Peder Johnsen f42b57067d Container option (#368)
* Allow container option to fix bugs related to bootstrap modals etc.

* Updated readme to reflect addition of container option

* Name link

* Removed test log

* Remove unwanted whitespace

* Refactored description
2017-05-29 14:17:26 -07:00
Gabriel Kalani 5ab50475e0 ES6 refactor (#409)
* little fix

* little fix /2

* test/clipboard.js refactored

* emitter: emitter --> emitter

* Examples in ES6

* es6

* back to original code

* script > npm test

* script > npm test not necessary

* updating modules

* removing export default
2017-05-02 21:34:18 -07:00
Zeno Rocha 7a5a910bcd Removes error message when target/text attributes are null, undefined, or false 2016-04-03 22:16:22 -07:00
RAFIE Younes 31e3622e17 Fixed RTL issue #161 2016-02-02 13:27:11 -08:00
Zeno Rocha 8dc4e2e132 Adds destroy method for ClipboardAction too #24 2015-10-03 19:05:12 -07:00
Bryan Bess 4d1fa1ba75 Remove unused import and add missing semicolons 2015-09-30 20:55:35 -05:00
Zeno Rocha a5e29bd420 Removes code from #constructor to separate functions 2015-09-29 22:14:26 -07:00
Jory Graham d66aab1124 Default options for ClipboardAction too 2015-09-29 20:23:05 -04:00
Jory Graham 902c730a4d Use undefined for default parameters 2015-09-29 20:09:17 -04:00
Eduardo Lundgren b842987292 Adds support to set action/target/text via function 2015-09-29 01:15:21 -03:00
Eduardo Lundgren beab7bc087 Changes target to support selector instead of id 2015-09-28 23:37:58 -03:00
Mauricio Soares 157b0fb5a2 Rename data-attributes to prefix "clipboard"
This PR renames all the data-attributes for data-clipboard-X, this is due the possibility of conflict with projects that already uses these data-attributes.
2015-09-28 14:06:22 -03:00
Zeno Rocha b0e118f750 Improves test coverage 2015-09-27 11:53:52 -07:00
Zeno Rocha 1acd23049e Asserts error messages on tests 2015-09-26 09:26:54 -07:00
Zeno Rocha abeee82bdc Throws error if either data-target or data-text were passed and throws error if neither data-target nor data-text were passed too 2015-09-26 09:25:15 -07:00
Zeno Rocha bb60a866b2 Fixes tests 2015-09-26 07:32:27 -07:00
Zeno Rocha 1febe4eecc Adds karma test suite 2015-09-24 15:11:56 -07:00