--- name: modal url: /modal --- ## Modal
Back in my days...
There were 3 Star Wars movies and Disney only made cartoons.
Back in my days...
There were 3 Star Wars movies and Disney only made cartoons.
Add a button to close the modal.
Foundation has some great helpers that foster better interaction between elements.
#### Custom Helpers
**fa-close**
fa-close looks for a parent element that has the `fa-closeable` tag on it. This tag is added automatically for all directives that can be closed with `fa-close`. When clicked, the directive will send a message via the FoundationApi to close its parent `fa-closeable` element.
````html