Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
c-macn authored Oct 8, 2017
2 parents 1a69f8f + 3eab4aa commit f12ff0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/start/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export class StartPage {
});
alert.present();
}

saveInputValue(value){
localStorage.setItem('inputValue',value);
}

saveHostUrl(hostUrl: string) {
localStorage.setItem('host-url', hostUrl);
Expand Down

0 comments on commit f12ff0a

Please sign in to comment.