Skip to content

Commit

Permalink
Fixed example for button icons referencing incorrect property
Browse files Browse the repository at this point in the history
  • Loading branch information
MorpheusXAUT committed Aug 4, 2017
1 parent de813a9 commit a5001d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,11 @@ <h4>Button Icons</h4>
&lt;button class="btn btn-primary" @click="successAlert"&gt;Check and X (default)&lt;/button&gt;
&lt;/click-confirm&gt;

&lt;click-confirm yes-icon="fa fa-thumbs-up" no-icon="fa fa-thumbs-down"&gt;
&lt;click-confirm button-yes-icon="fa fa-thumbs-up" button-no-icon="fa fa-thumbs-down"&gt;
&lt;button class="btn btn-primary" @click="successAlert"&gt;All thumbs&lt;/button&gt;
&lt;/click-confirm&gt;

&lt;click-confirm yes-icon="fa fa-smile-o fa-spin" no-icon="fa fa-frown-o fa-spin"&gt;
&lt;click-confirm button-yes-icon="fa fa-smile-o fa-spin" button-no-icon="fa fa-frown-o fa-spin"&gt;
&lt;button class="btn btn-primary" @click="successAlert"&gt;Turn that frown upside-down&lt;/button&gt;
&lt;/click-confirm&gt;</code></pre>
</div>
Expand Down

0 comments on commit a5001d7

Please sign in to comment.