Skip to content

Commit 0efbfa7

Browse files
committed
Merge pull request #3 from seonetartem/patch-1
changed moviePath to swfPath
2 parents 2280ba4 + 8b2dd1a commit 0efbfa7

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)