Skip to content

Instantly share code, notes, and snippets.

@KazChe
Last active August 29, 2015 13:56
Show Gist options
  • Save KazChe/9131155 to your computer and use it in GitHub Desktop.
Save KazChe/9131155 to your computer and use it in GitHub Desktop.
<form name="gonebatty" ng-app="q.apApp" ng-controller='AppController' method="post" novalidate>
<label>Header Font Color:</label>
<input type="text" id="font-color" ng-model="homePageHeaderFontColor"
hexadecimal-color-validation={{homePageHeaderFontColor}}>
<span ng-show="gonebatty.homePageHeaderFontColor.$error.validHexColor" class="errorMessage" ng-cloak>
Invalid color code
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment