Skip to content

Commit

Permalink
Merge pull request #28 from sethflowers/Bug-27-swfPathConfiguration
Browse files Browse the repository at this point in the history
Fixes Bug #27: Updated run block to use swfPath rather than moviePath when configuring ...
  • Loading branch information
asafdav committed Jun 24, 2014
2 parents 9714dc1 + d589adc commit 6dd116a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dest/ng-clip.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ngClip.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ angular.module('ngClipboard', []).
}).
run(['ngClip', function(ngClip) {
ZeroClipboard.config({
moviePath: ngClip.path,
swfPath: ngClip.path,
trustedDomains: ["*"],
allowScriptAccess: "always",
forceHandCursor: true
Expand Down

0 comments on commit 6dd116a

Please sign in to comment.