hide no blocks message when bloks are loading

This commit is contained in:
Mario Colque 2014-01-24 11:09:36 -03:00
parent d50a1cb505
commit c4e830b8a4

View File

@ -47,5 +47,5 @@
</table>
</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>