Skip to content

Instantly share code, notes, and snippets.

@yuricamara
Last active May 4, 2018 01:21
Show Gist options
  • Save yuricamara/e3b448229be65428a65d4eb3da264579 to your computer and use it in GitHub Desktop.
Save yuricamara/e3b448229be65428a65d4eb3da264579 to your computer and use it in GitHub Desktop.
Código do tutorial "Navegação pop com parâmetros — Ionic 2+"
popView(){
this.navCtrl.getPrevious().data.name = 'Flávio';
this.navCtrl.pop();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment