Skip to content

Commit

Permalink
feat(loading): set option allow
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonornela committed Dec 11, 2016
1 parent 41bb7b9 commit bd32fb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/providers/loading-ionic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ export class LoadingIonicPlugin extends PluginBase implements PreRequestPlugin,
return this;
}

setAllow(allow: boolean): this {
this.allow = allow;
return this;
}

setLoadingOptions(loading: Object): this {
this.loadingOptions = loading;
return this;
Expand Down

0 comments on commit bd32fb3

Please sign in to comment.