We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ce1107 + 7d00bd5 commit 0869923Copy full SHA for 0869923
src/angular-fullscreen.js
@@ -17,7 +17,7 @@
17
});
18
19
var serviceInstance = {
20
- $on: emitter.$on.bind(emitter),
+ $on: angular.bind(emitter, emitter.$on),
21
all: function() {
22
serviceInstance.enable( document.documentElement );
23
},
0 commit comments