From 54fb7d4885c11f4759f11af82b2a3b6cd4608715 Mon Sep 17 00:00:00 2001 From: mhartington Date: Thu, 29 Oct 2015 17:21:53 -0400 Subject: [PATCH] make ionicLoading options optional --- ionic/ionic.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/ionic.d.ts b/ionic/ionic.d.ts index 1b2e3265e..d8e40d567 100644 --- a/ionic/ionic.d.ts +++ b/ionic/ionic.d.ts @@ -56,7 +56,7 @@ declare module ionic { } module loading { interface IonicLoadingService { - show(opts: IonicLoadingOptions): void; + show(opts?: IonicLoadingOptions): void; hide(): void; } interface IonicLoadingOptions {