mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-14 16:52:26 +08:00
feat(modal): modals can now be used inline (#23341)
resolves #20117, resolves #20263
This commit is contained in:
@ -18,11 +18,6 @@ function generateOverlays() {
|
||||
controller: 'loadingController',
|
||||
name: 'IonLoading'
|
||||
},
|
||||
{
|
||||
tag: 'ion-modal',
|
||||
controller: 'modalController',
|
||||
name: 'IonModal'
|
||||
},
|
||||
{
|
||||
tag: 'ion-picker',
|
||||
controller: 'pickerController',
|
||||
|
Reference in New Issue
Block a user