diff --git a/addon/utils/subscribe.js b/addon/utils/subscribe.js index 1a3c71f..39c9aae 100644 --- a/addon/utils/subscribe.js +++ b/addon/utils/subscribe.js @@ -20,7 +20,7 @@ export default function subscribe(path, method) { // ensure teardown let _super = this.get('willDestroy'); this.set('willDestroy', function() { - this.get(service).off(event, _listener); + this.get(service).off(event, this, _listener); _listener = null; computedFn = null; _super.call(this);