Merge pull request #6533 from mhartington/master

make ionicLoading options optional
This commit is contained in:
Masahiro Wakame
2015-11-02 23:07:12 +09:00
+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 {