Skip to content

Instantly share code, notes, and snippets.

@matsko
Created April 17, 2014 21:06
Show Gist options
  • Save matsko/11011598 to your computer and use it in GitHub Desktop.
Save matsko/11011598 to your computer and use it in GitHub Desktop.
<div ng-message="form['email'].errorStates" ng-message-include="tpl" ng-message-multiple="true">
<div ng-message-on="ng-maxlength">{{ $control.elementAt(0).viewValue }} is too long</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment