Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(cart): fix project chart
Browse files Browse the repository at this point in the history
Shane Wilson committed Mar 24, 2016
1 parent 31876af commit b1e269a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/cart/templates/cart.html
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ <h2 data-translate data-ng-if="cc.CartService.getFileIds().length">
<count-card title="File Size" icon="fa-save" data="cc.summary.fs.value | size"></count-card>
</div>
<div class="col-lg-3 col-sm-6">
<summary-card data-data="cc.summary.cases['cases.project.project_id'].buckets"
<summary-card data-data="cc.summary['project.project_id'].buckets"
height="177"
data-mode="graph"
data-grouping-title="Project"

0 comments on commit b1e269a

Please sign in to comment.