Bill Run Status
Displays the bill run status icon and name.
- HTML
<div class="t-content" ng-controller="BillRunStatusExampleController as $ctrl"> <div ng-repeat="status in $ctrl.statuses"> <inv-bill-run-status status="status.id"></inv-bill-run-status> </div> </div>