Last active
March 6, 2017 14:08
-
-
Save vedovato/7528dbe434d07d7693c0d7bc775c6cc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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