Skip to content

Commit

Permalink
Merge pull request #41 from y0g1/master
Browse files Browse the repository at this point in the history
Fix for right click issues on Firefox
  • Loading branch information
marcoslin committed Apr 2, 2014
2 parents c0401ee + ef65d16 commit 9ce8ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angularAMD.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ define(function () {
if (typeof enable_ngload === 'undefined') {
enable_ngload = true;
}
elem = elem || document;
elem = elem || document.documentElement;

// Cache provider needed
app.config(
Expand Down

0 comments on commit 9ce8ca1

Please sign in to comment.