feat(popover): change template in popover to a page similar to modal

add ability to pass event in the transition, so on present of the
popover, clean up the positioning

references #5420
This commit is contained in:
Brandy Carney
2016-05-23 14:15:17 -04:00
parent 53fd3c3973
commit a96e36aa0e
9 changed files with 133 additions and 114 deletions

View File

@ -36,6 +36,7 @@ export interface TransitionOptions {
direction: string;
renderDelay?: number;
isRTL?: boolean;
ev?: any;
}
let TransitionRegistry = {};