Skip to content

Instantly share code, notes, and snippets.

@coma
Created August 2, 2014 17:01
Show Gist options
  • Save coma/1a77d6632edf5426fcd8 to your computer and use it in GitHub Desktop.
Save coma/1a77d6632edf5426fcd8 to your computer and use it in GitHub Desktop.
Modal content for http://jsfiddle.net/coma/6j66U
<div class="colors" ng-controller="Modal">
<a href="" ng-repeat="color in colors" ng-click="select(color)" ng-style="{'border-color': color.hex}">{{ color.name }}</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment