To test:
1. Go to the volume copy editor. Confirm that the stat
cats do not display in order of owning library or stat cat
name.
2. Apply this commit.
3. Go to the volume copy editor. Confirm that the stat
cats now display in alphabetical order by owning library,
then stat cat name.
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
<div class="row pad-vert"></div>
- <div class="row" ng-repeat="sc in statcats" ng-show="statcat_visible(sc.owner().id())">
+ <div class="row" ng-repeat="sc in statcats | orderBy:['owner().name()','name()']" ng-show="statcat_visible(sc.owner().id())">
<div class="col-xs-12">
<div class="row bg-info">
<div class="col-xs-12">