Skip to content

Commit 8d1d893

Browse files
chrisirhcfernando-sendMail
authored andcommitted
feat(modal): add option to disable animations
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
1 parent 9a878be commit 8d1d893

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/modal/docs/readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ Finally, a `modal.closing` event is broadcast to the modal scope before the moda
3636
preventDefault on the event, then the modal will remain open. The $close and $dismiss methods return true if the
3737
event was allowed. The event itself includes a parameter for the result/reason and a boolean parameter that indicates
3838
whether the modal is being closed (true) or dismissed.
39+
40+
The `modalConfig` exposes the following global option for all modals/backdrops:
41+

0 commit comments

Comments
 (0)