Created
August 2, 2014 17:01
-
-
Save coma/1a77d6632edf5426fcd8 to your computer and use it in GitHub Desktop.
Modal content for http://jsfiddle.net/coma/6j66U
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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