From 58db05e6e41598f7217d76b59f0349d49513de21 Mon Sep 17 00:00:00 2001 From: Eliezer Date: Fri, 3 Jul 2015 01:40:09 +0300 Subject: [PATCH] Update GUIDE.md --- GUIDE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/GUIDE.md b/GUIDE.md index b12b115..52925ae 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -362,3 +362,10 @@ Then attach it to a `button` or `a` element by passing in the name of the templa ``` ``` + +If you'd like to have another element dismiss the modal, add `data-dismiss=modal` to it. For example, you can create a close button as follows: +``` + +```