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.
Modal: pressing escape key should give a dismiss reason #1956
Closed
Description
Small remark.
At modal.js#L203 no reason is given:
$modalStack.dismiss(modal.key);
It should be symmetric with modal.js#L313:
$modalStack.dismiss(modal.key, 'backdrop click');
Metadata
Metadata
Assignees
Labels
No labels