Skip to content

Instantly share code, notes, and snippets.

@vedovato
Last active March 6, 2017 14:08
Show Gist options
  • Save vedovato/7528dbe434d07d7693c0d7bc775c6cc9 to your computer and use it in GitHub Desktop.
Save vedovato/7528dbe434d07d7693c0d7bc775c6cc9 to your computer and use it in GitHub Desktop.
<div class="col-xs-12">
{{#afEachArrayItem name="noticias"}}
<button type="button" class="btn btn-primary autoform-remove-item">
<span class="glyphicon glyphicon-minus"></span>
</button>
{{> afQuickField name=this.current.title}}
{{/afEachArrayItem}}
<button type="button" class="btn btn-primary autoform-add-item" data-autoform-field="noticias">
<span class="glyphicon glyphicon-plus"></span>
</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment