Skip to content

Commit

Permalink
Merge pull request #1964 from necrostylery/patch-1
Browse files Browse the repository at this point in the history
Documentation is wrong at ConfirmDialog attributes
  • Loading branch information
cagataycivici committed Feb 1, 2017
2 parents f512363 + b8a08ff commit bf67513
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 bf67513

Please sign in to comment.