Skip to content

Commit

Permalink
Show empty order message
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hoffman committed May 14, 2014
1 parent a79785c commit 27c3ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h3>Orders</h3>
Your order has been submitted to the seller.
</div>

<div ng-show="!orders">
<div ng-show="orders.length == 0">
<p>You have no orders at this time.</p>
</div>

Expand Down

0 comments on commit 27c3ace

Please sign in to comment.