We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1b246 commit 722fc5eCopy full SHA for 722fc5e
src/directive.js
@@ -221,7 +221,7 @@ Directive.prototype._checkStatement = function () {
221
fn.call(scope, scope)
222
}
223
if (this.filters) {
224
- handler = this.vm._applyFilters(handler, null, this.filters)
+ handler = scope._applyFilters(handler, null, this.filters)
225
226
this.update(handler)
227
return true
0 commit comments