Skip to content

Commit

Permalink
Merge pull request #411 from TheOriginalJosh/mock-ing-bird-ing
Browse files Browse the repository at this point in the history
'There are no items to show` will only be displayed when done loading.
  • Loading branch information
TheOriginalJosh authored Mar 14, 2017
2 parents 24baca1 + 403f103 commit 2fc82a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/components/cardContainer/cardContainer.ng1.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="alert alert-info" ng-show="cardContainer.dataSource.needsRefinedSearch">
Please refine your search results
</div>
<div class="alert alert-info" ng-show="cardContainer.dataSource.isEmpty">
<div class="alert alert-info" ng-show="cardContainer.dataSource.isEmpty && !cardContainer.dataSource.loadingDataSet">
There are no items to show
</div>

Expand Down

0 comments on commit 2fc82a7

Please sign in to comment.