Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Update ModalFactory docs #781

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/templates/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ <h3>Programmatic Modals</h3>
// Add CSS classes to the modal
// Can be a single string or an array of classes
class: 'tiny dialog',
// Set if the modal has a background overlay
overlay: true,
// Set if the modal can be closed by clicking on the overlay
overlayClose: false,
// Set if the modal has a background overlay. Must be string
overlay: 'true',
// Set if the modal can be closed by clicking on the overlay. Must be string
overlayClose: 'false',
// Define a template to use for the modal
templateUrl: 'partials/examples-dynamic-modal.html',
// Allows you to pass in properties to the scope of the modal
Expand Down