Skip to content

Commit 8b2dd1a

Browse files
committed
Update angular-zeroclipboard.js
new version zeroclipboard config param movePath changed to swfPath
1 parent 2280ba4 commit 8b2dd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular-zeroclipboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider('uiZeroclipConfig', function() {
33
// default configs
44
var _zeroclipConfig = {
55
buttonClass: '',
6-
moviePath: "ZeroClipboard.swf",
6+
swfPath: "ZeroClipboard.swf",
77
trustedDomains: [window.location.host],
88
cacheBust: true,
99
forceHandCursor: false,

0 commit comments

Comments
 (0)