Skip to content

Instantly share code, notes, and snippets.

/gist:024f12df27c0ee4da4dd Secret
Created Dec 21, 2014

Embed
What would you like to do?
<span tooltip="Vote Needed"
class="glyphicon glyphicon-exclamation-sign"
style="color:#009;" ng-if="{{row.getProperty('need_vote')}}"></span>
<span tooltip="Vote Needed"
class="glyphicon glyphicon-exclamation-sign"
style="color:#ddd;" ng-if="!{{row.getProperty('need_vote')}}"></span>
<span tooltip="Comments"
class="glyphicon glyphicon-exclamation-sign"
style="color:#e0a02d;" ng-if="{{row.getProperty('has_comment')}}"></span>
<span tooltip="Comments"
class="glyphicon glyphicon-exclamation-sign"
style="color:#ddd;" ng-if="!{{row.getProperty('has_comment')}}"></span>
<span tooltip="Stale Application"
class="glyphicon glyphicon-exclamation-sign"
style="color:#900;" ng-if="{{row.getProperty('is_stale')}}"></span>
<span tooltip="Stale Application"
class="glyphicon glyphicon-exclamation-sign"
style="color:#ddd;" ng-if="!{{row.getProperty('is_stale')}}"></span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.