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

@ -146,7 +146,8 @@
<div class="row" ng-show="!send.onGoingProcess">
<div class="large-6 medium-6 small-12 columns">
<button type="submit" class="button black radius expand" ng-disabled="sendForm.$invalid || send.blockUx" style="background-color:{{index.backgroundColor}}" translate>
<button type="submit" class="button black radius expand" ng-disabled="sendForm.$invalid || send.blockUx"
ng-style="{'background-color':index.backgroundColor}" translate>
Send
</button>
</div>