Skip to content

Instantly share code, notes, and snippets.

@hamxiaoz
Created June 20, 2014 21:06
Show Gist options
  • Save hamxiaoz/b90f68f07a1ed488478b to your computer and use it in GitHub Desktop.
Save hamxiaoz/b90f68f07a1ed488478b to your computer and use it in GitHub Desktop.
+autoForm collection="ProductScopes" id="insertProductScopeForm" type='insert'
+afQuickField name='name'
.form-group(class="{{#if afFieldIsInvalid name='color'}}has-error{{/if}}")
+afFieldLabel name='color'
+afFieldInput name='color'
if afFieldIsInvalid name='color'
span.help-block {{afFieldMessage name='color'}}
button.btn.btn-primary(type="submit") Insert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment