Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Add report to powerbi-filter-pane scope so the filterable object can …
Browse files Browse the repository at this point in the history
…be passed back properly.
  • Loading branch information
mattmazzola committed Sep 2, 2016
1 parent a0f58bf commit 9d6ca6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/powerbi-filter-pane/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ export default class Directive {
restrict = "E";
templateUrl = "/app/components/powerbi-filter-pane/template.html";
scope = {
report: "=",
pages: "=",
filtersNode: "=",
onAddFilter: "&",
Expand Down

0 comments on commit 9d6ca6c

Please sign in to comment.