Skip to content

Instantly share code, notes, and snippets.

@evert0n
Last active January 2, 2016 02:39
Show Gist options
  • Save evert0n/8238710 to your computer and use it in GitHub Desktop.
Save evert0n/8238710 to your computer and use it in GitHub Desktop.
AngularJS Color Contrast Directive Demo
<div class="container" ng-controller="demoCtrl">
<h2>Demo (AngularJS Issues Labels)</h2>
<div class="labels">
<a ng-repeat="label in labels" href="https://github.com/angular/angular.js/issues?labels={{label.name}}" target="_blank">
<span class="label" color-contrast="{{label.color}}">{{label.name}}</span></a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment