Skip to content

Commit

Permalink
feat(loading): restore options postRequest()
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonornela committed Dec 11, 2016
1 parent a83a4c8 commit 41bb7b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/loading-ionic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export class LoadingIonicPlugin extends PluginBase implements PreRequestPlugin,
this.loading = null;
this.loadingOptions = this.originalLoadingOptions;
this.allow = true;

this.restoreOptions();
}

postRequest() {
Expand Down

0 comments on commit 41bb7b9

Please sign in to comment.