Skip to content

Instantly share code, notes, and snippets.

@alejandroiglesias
Created August 13, 2013 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alejandroiglesias/6224591 to your computer and use it in GitHub Desktop.
Save alejandroiglesias/6224591 to your computer and use it in GitHub Desktop.
<!-- wonAuction.bidType = 'token'; -->
<!-- AUCTION_TYPE_CREDITS = 'credit'; -->
<div class="win-popup" ng-show="wonAuction" ng-switch="wonAuction.bidType == AUCTION_TYPE_CREDITS">
<div class="title">
<img src="{% static 'images/tokens-won-title.png' %}" ng-switch-when="false">
<img src="{% static 'images/item-won-title.png' %}" ng-switch-when="true">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment