Skip to content

Commit

Permalink
fix incorrect values and types on attributes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamoreira committed Feb 1, 2017
1 parent 5a922e0 commit b8a08ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions showcase/demo/confirmdialog/confirmdialogdemo.html
Expand Up @@ -165,20 +165,20 @@ <h3>Attributes</h3>
</tr>
<tr>
<td>acceptVisible</td>
<td>string</td>
<td>fa-check</td>
<td>boolean</td>
<td>true</td>
<td>Visibility of the accept button.</td>
</tr>
<tr>
<td>rejectLabel</td>
<td>string</td>
<td>fa-close</td>
<td>No</td>
<td>Label of the reject button.</td>
</tr>
<tr>
<td>rejectIcon</td>
<td>string</td>
<td>No</td>
<td>fa-close</td>
<td>Icon of the reject button.</td>
</tr>
<tr>
Expand Down

0 comments on commit b8a08ff

Please sign in to comment.