make ionicLoading options optional

This commit is contained in:
mhartington
2015-10-29 17:21:53 -04:00
parent 62eedc3121
commit 54fb7d4885
+1 -1
View File
@@ -56,7 +56,7 @@ declare module ionic {
}
module loading {
interface IonicLoadingService {
show(opts: IonicLoadingOptions): void;
show(opts?: IonicLoadingOptions): void;
hide(): void;
}
interface IonicLoadingOptions {