We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b0904 commit 6a39d83Copy full SHA for 6a39d83
README.md
@@ -14,7 +14,7 @@ or, you can download 'angular-zeroclipboard.js' form 'src' manualy
14
15
#### sample
16
17
-```
+```js
18
angular.module('demo', ['angular.zeroclipboard']).
19
config(['uiZeroclipConfigProvider', function(uiZeroclipConfigProvider) {
20
@@ -40,7 +40,7 @@ The params is an object. and just same as [ZeroClipboard official config](https:
40
41
* `uiZeroclipConfigProvider.setOptions()` Config this directive Config
42
43
44
{
45
// set the button class
46
buttonClass: '',
0 commit comments