Updated IonicPopoverController interface

Added method remove based on documentation
This commit is contained in:
kwiateusz
2015-12-23 14:28:50 +01:00
parent 5e960679e6
commit 5922a58bf1
+1
View File
@@ -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;