add if to usage

This commit is contained in:
Matias Alejo Garcia 2014-12-01 19:17:22 -03:00
commit 4b67a2d265
2 changed files with 1 additions and 2 deletions

View file

@ -47,7 +47,6 @@
<a class="text-white" href="#!/createProfile">creating your profile</a> <a class="text-white" href="#!/createProfile">creating your profile</a>
</div> </div>
<div class="box-setup"> <div class="box-setup">
<h1><span translate>Sign in to</span> <b>Copay</b></h1> <h1><span translate>Sign in to</span> <b>Copay</b></h1>
<form name="loginForm" ng-submit="openProfile(loginForm)" novalidate> <form name="loginForm" ng-submit="openProfile(loginForm)" novalidate>

View file

@ -73,7 +73,7 @@
<td> <td>
<span> <span>
{{item.kb}} kB {{item.kb}} kB
({{item.usage}}%) <span ng-if="item.usage">({{item.usage}}%) </span>
</span> </span>
</td> </td>