Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
feat(board): Count for each lane added
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbornsen authored and michaelkleinhenz committed Mar 13, 2017
1 parent e013051 commit 2a66e92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<section class="flex-container in-column-direction board-lane-column" [attr.data-state]="lane.option">
<div class="lane-header">
<span class="dib">{{lane.option}}</span>
<span class="issueCount dib" >{{workItems | almFilterBoardList:lane.option | arrayCount}}</span>
<span class="issueCount dib" >{{lane.workItems | arrayCount}}</span>
</div>

<div class="boardlaneWrapper"
Expand Down

0 comments on commit 2a66e92

Please sign in to comment.