Skip to content

Instantly share code, notes, and snippets.

@icfantv
Created May 26, 2015 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icfantv/fa25c1f01756d02cfc63 to your computer and use it in GitHub Desktop.
Save icfantv/fa25c1f01756d02cfc63 to your computer and use it in GitHub Desktop.
Formly Template
<div class="form-group"
data-ng-class="{'has-error': options.validation.errorExistsAndShouldBeVisible}">
<label for="{{ ::id }}" class="control-label">
{{ ::to.label }}
<span data-ng-if="::to.required" class="text-red">*</span>
</label>
<formly-transclude></formly-transclude>
<div class="my-messages" data-my-messages="options"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment