Fix style colors for wp8

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-11 17:12:44 -03:00
commit 4f899dd080
18 changed files with 37 additions and 24 deletions

View file

@ -12,7 +12,8 @@
ng-click="history.openTxModal(btx)"
class="row last-transactions-content">
<div class="large-3 medium-3 small-3 columns">
<span class="label tu" ng-show="btx.action == 'received'" style="background-color:{{index.backgroundColor}}">Received</span>
<span class="label tu" ng-show="btx.action == 'received'"
ng-style="{'background-color':index.backgroundColor}">Received</span>
<span class="label tu gray" ng-show="btx.action == 'sent'">Sent</span>
<span class="label tu gray" ng-show="btx.action == 'moved'">Moved</span>
</div>