Skip to content

Commit

Permalink
Merge pull request #18 from maabed/patch-1
Browse files Browse the repository at this point in the history
Fixed some issues regarding array types in Autoform 5.3 #16
  • Loading branch information
Nick Wientge committed Aug 10, 2015
2 parents bbaf3e8 + 17b3dca commit ffc6617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ionic.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
{{/if}}
{{#afEachArrayItem name=this.atts.name minCount=this.atts.minCount maxCount=this.atts.maxCount}}
<div class="card autoform-array-item">
{{> afQuickField name=this.name label=false options="auto"}}
{{> afQuickField name=this.name label=false options=afOptionsFromSchema}}
{{#if afArrayFieldHasMoreThanMinimum name=../atts.name minCount=../atts.minCount maxCount=../atts.maxCount}}
<div class="item item-divider">
<button type="button" class="button button-clear button-small pull-right autoform-remove-item">
Expand Down

0 comments on commit ffc6617

Please sign in to comment.