Skip to content

Commit 0869923

Browse files
committed
Merge branch 'master' of github.com:fabiobiondi/angular-fullscreen
2 parents 5ce1107 + 7d00bd5 commit 0869923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular-fullscreen.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
});
1818

1919
var serviceInstance = {
20-
$on: emitter.$on.bind(emitter),
20+
$on: angular.bind(emitter, emitter.$on),
2121
all: function() {
2222
serviceInstance.enable( document.documentElement );
2323
},

0 commit comments

Comments
 (0)