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

@ -10,7 +10,7 @@
<h1 class="m20b animated infinite flash"> Importing...</h1>
<ul>
<li ng-repeat="m in importLegacy.messages">
<span style="opacity: {{m.opacity}}"> {{m.message}} </span>
<span ng-style="{'opacity':m.opacity}"> {{m.message}} </span>
</ul>
</div>