Commit 2682024b9d461e3e3b6ef0bb8815d727494cea8f
1 parent
c53df82b50
Exists in
master
and in
1 other branch
fix no-cards message
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
templates/feed.html
View file @
2682024
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | </div> |
6 | 6 | </div> |
7 | 7 | |
8 | -<h2 ng-show="noCards()">No cards. Be the first one to add a card!</h2> | |
8 | +<h2 ng-show="cards.length == 0">No cards. Be the first one to add a card!</h2> | |
9 | 9 | |
10 | 10 | <!--Lil plus button in corner--> |
11 | 11 | <div class="fixed-action-btn" style="bottom: 96px; right: 24px;"> |