Skip to content

Instantly share code, notes, and snippets.

@baelter
Created September 9, 2015 07:32
Show Gist options
  • Save baelter/6bbaa47100d274bde286 to your computer and use it in GitHub Desktop.
Save baelter/6bbaa47100d274bde286 to your computer and use it in GitHub Desktop.
ngInclude
<script type="text/ng-template" id="ft-validation-message.html">
<div class="md-caption" role="alert" ng-show="{{ field.error !== null }}">
{{ field.error }}
</div>
</script>
<div ng-include="'ft-validation-message.html'" class="np-validation-message"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment