Skip to content

Commit

Permalink
fix(angular): modal and popover
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Apr 2, 2018
1 parent af240a9 commit acd411d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions angular/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ const PROVIDERS = [
p.ActionSheetController,
p.AlertController,
p.LoadingController,
p.ModalController,
p.PickerController,
p.PopoverController,
p.ToastController,
p.MenuController,
p.NavController,
Expand All @@ -126,7 +124,9 @@ const PROVIDERS = [
declarations: DECLARATIONS,
exports: DECLARATIONS,
providers: [
p.AngularDelegate
p.AngularDelegate,
p.ModalController,
p.PopoverController,
],
imports: [
CommonModule,
Expand Down

0 comments on commit acd411d

Please sign in to comment.