Skip to content

Commit

Permalink
Advise users to use only one root level element for bootstrap modals.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Nov 24, 2014
1 parent 49be2d8 commit 716163b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ is so that you can have a delay before destroying the DOM element if you are ani
closure.

Now just make sure the `close` function is called by your modal controller when the modal
should be closed and that's it.
should be closed and that's it. Quick hint - if you are using Bootstrap for your modals,
then make sure the modal template only contains one root level element, see the [FAQ](#faq)
for the gritty details of why.

#### ShowModal Options

Expand Down

0 comments on commit 716163b

Please sign in to comment.