Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Commit

Permalink
Hide stocks table if there are no stocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Reitz committed Apr 13, 2018
1 parent 4a8a3fd commit 17c949c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 47,7 @@ <h1>Watson Stock Advisor</h1>
</div>
<div class="card-body">
<div id="dataTable" class="table-responsive">
<table class="table table-bordered table-hover" width="100%" cellspacing="0">
<table ng-if="stocks.length > 0" class="table table-bordered table-hover" width="100%" cellspacing="0">
<thead>
<tr>
<th>Company</th>
Expand Down

0 comments on commit 17c949c

Please sign in to comment.