mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Updated IonicPopoverController interface
Added method remove based on documentation
This commit is contained in:
Vendored
+1
@@ -238,6 +238,7 @@ declare module ionic {
|
||||
show($event?: any): ng.IPromise<any>;
|
||||
hide(): ng.IPromise<any>;
|
||||
isShown(): boolean;
|
||||
remove(): ng.IPromise<any>;
|
||||
}
|
||||
interface IonicPopoverOptions {
|
||||
scope?: any;
|
||||
|
||||
Reference in New Issue
Block a user