mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(angular): modal and popover
This commit is contained in:
@ -112,9 +112,7 @@ const PROVIDERS = [
|
|||||||
p.ActionSheetController,
|
p.ActionSheetController,
|
||||||
p.AlertController,
|
p.AlertController,
|
||||||
p.LoadingController,
|
p.LoadingController,
|
||||||
p.ModalController,
|
|
||||||
p.PickerController,
|
p.PickerController,
|
||||||
p.PopoverController,
|
|
||||||
p.ToastController,
|
p.ToastController,
|
||||||
p.MenuController,
|
p.MenuController,
|
||||||
p.NavController,
|
p.NavController,
|
||||||
@ -126,7 +124,9 @@ const PROVIDERS = [
|
|||||||
declarations: DECLARATIONS,
|
declarations: DECLARATIONS,
|
||||||
exports: DECLARATIONS,
|
exports: DECLARATIONS,
|
||||||
providers: [
|
providers: [
|
||||||
p.AngularDelegate
|
p.AngularDelegate,
|
||||||
|
p.ModalController,
|
||||||
|
p.PopoverController,
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
|
Reference in New Issue
Block a user