Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Jul 14, 2014
1 parent b696353 commit c60e00b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,17 @@ To open a modal without a hash, use `data-remodal-target` attribute.
<a data-remodal-target="modal" href="#modal">Call the modal with data-remodal-id="modal"</a>
```

#### closeOnConfirm
`Default: true`

If set to true, closes modal window after clicking confirm button.

#### closeOnCancel
`Default: true`

If set to true, closes modal window after clicking cancel button.


## Events

```js
Expand Down

0 comments on commit c60e00b

Please sign in to comment.