You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The params is an object. and just same as [ZeroClipboard official config](https://github.com/zeroclipboard/zeroclipboard/blob/1.x-master/docs/instructions.md)
39
-
40
-
## Usage
29
+
### usage
41
30
42
31
Example using a two-way model binding
43
32
@@ -56,14 +45,18 @@ Example using interpolated text:
56
45
<spanng-show="copied">The sentence "This was your text: {{ myText }}" was copied!</span>
57
46
```
58
47
59
-
## LICENSE
48
+
## Config
60
49
61
-
MIT LICENSE
50
+
Configuration passed into `ZeroClipboard.config`
62
51
63
-
Copyright (C) 2014 lisposter(Leigh Zhu)
52
+
```js
53
+
uiZeroclipConfigProvider.setZcConf({
54
+
swfPath:'../path/to/ZeroClipboard.swf'
55
+
})
56
+
```
64
57
65
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
58
+
The params is an object. and just same as [ZeroClipboard official config](https://github.com/zeroclipboard/zeroclipboard/blob/master/docs/api/ZeroClipboard.md#configuration-options)
66
59
67
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
60
+
## LICENSE
68
61
69
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments