Last active
May 4, 2018 01:21
-
-
Save yuricamara/e3b448229be65428a65d4eb3da264579 to your computer and use it in GitHub Desktop.
Código do tutorial "Navegação pop com parâmetros — Ionic 2+"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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