Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai committed Aug 4, 2017
1 parent 13b3c01 commit 1c8531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starcounter-upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<button type="button" class="btn btn-sm btn-default" on-click="submitAllFiles">Submit</button>
</template>
</dom-if>
<slot id="parameters" name="[slot=parameters]"></slot>
<slot id="parameters" name="parameters"></slot>
<slot></slot>
<input type="file" accept="{{fileFilter}}" id="fileElement" on-change="filesSelectedChanged" file-select="filesSelectedClick" multiple$="{{multiple}}" />
</template>
Expand Down

0 comments on commit 1c8531a

Please sign in to comment.