Skip to content

Instantly share code, notes, and snippets.

@chandermani
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save chandermani/9388036 to your computer and use it in GitHub Desktop.

Select an option

Save chandermani/9388036 to your computer and use it in GitHub Desktop.
<div>
<small class="error" ng-repeat="message in errorMessages" ng-show= "!modelController.$pristine && $first" class="warning">
{{message}}
</small>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment