Merge pull request #150 from colkito/fix/hide-no-blocks-message

hide no blocks message when bloks are loading
This commit is contained in:
Gustavo Maximiliano Cortez 2014-01-24 06:19:37 -08:00
commit bf9c1ab440
1 changed files with 1 additions and 1 deletions

View File

@ -47,5 +47,5 @@
</table> </table>
</div> </div>
</div> </div>
<h2 class="text-center text-muted" data-ng-show="!blocks.length">No blocks yet.</h2> <h2 class="text-center text-muted" data-ng-show="!blocks.length && !loading">No blocks yet.</h2>
</section> </section>