This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
specifying default options #79
Closed
Description
I'm using http://angular-ui.github.com/bootstrap/#/modal and http://angular-ui.github.com/bootstrap/#/tooltip and would like to be able to specify the following options for all my modals:
{
backdrop: true,
backdropClick: false,
backdropFade: true,
modalFade: true,
keyboard: false
}
as well as tooltip-animation="true" for all my tooltips.
Specifying default options doesn't seem to be documented though, and I haven't been able to figure it out by reading the source. Can anyone point me in the right direction please? If so, I can make a PR with this added to the docs if that would help.
Metadata
Metadata
Assignees
Labels
No labels