Skip to content

Commit

Permalink
fix(angular): popover will respect side attribute value (#24470)
Browse files Browse the repository at this point in the history
Resolves #24466
  • Loading branch information
sean-perkins committed Jan 4, 2022
1 parent 948a3b4 commit e6955a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions angular/src/directives/overlays/popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export declare interface IonPopover extends Components.IonPopover {
'triggerAction',
'reference',
'size',
'side',
],
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss'],
})
Expand All @@ -92,6 +93,7 @@ export declare interface IonPopover extends Components.IonPopover {
'triggerAction',
'reference',
'size',
'side',
],
})
export class IonPopover {
Expand Down

0 comments on commit e6955a2

Please sign in to comment.