Skip to content

Commit

Permalink
Remove hidden-components parameter when calling workgroup-item in mil…
Browse files Browse the repository at this point in the history
…estoneGradingView.html. #18
  • Loading branch information
geoffreykwan committed Mar 24, 2021
1 parent c36e5b0 commit 70b599a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
expand="$ctrl.workVisibilityById[workgroup.$key]" max-score="$ctrl.maxScore"
show-score="true" node-id="$ctrl.nodeId"
component-id="$ctrl.componentId" workgroup-id="::workgroup.workgroupId"
workgroup-data="workgroup" hidden-components="$ctrl.hiddenComponents"
workgroup-data="workgroup"
on-update-expand="$ctrl.onUpdateExpand(workgroupId, value)"
in-view="$ctrl.workgroupInView(workgroup.$key, $inview)"></workgroup-item>
</md-list>
Expand Down

0 comments on commit 70b599a

Please sign in to comment.