Skip to content

Commit acd411d

Browse files
committed
fix(angular): modal and popover
1 parent af240a9 commit acd411d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

angular/src/module.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ const PROVIDERS = [
112112
p.ActionSheetController,
113113
p.AlertController,
114114
p.LoadingController,
115-
p.ModalController,
116115
p.PickerController,
117-
p.PopoverController,
118116
p.ToastController,
119117
p.MenuController,
120118
p.NavController,
@@ -126,7 +124,9 @@ const PROVIDERS = [
126124
declarations: DECLARATIONS,
127125
exports: DECLARATIONS,
128126
providers: [
129-
p.AngularDelegate
127+
p.AngularDelegate,
128+
p.ModalController,
129+
p.PopoverController,
130130
],
131131
imports: [
132132
CommonModule,

0 commit comments

Comments
 (0)