@RomnEmpire wrote:
Hello to all,
I have pass the data to previous page data is properly sent but after pop ionViewWillEnter are not trigger and i also using ionViewDidEnter but it is working?
`
ionViewWillEnter() {
this.selectSubCategoryForFilter(this.selectedCategoryId);
}self.navCtrl.pop(); //used for pass the data into another pag self.navCtrl.getPrevious().data.selectedCategoryId = self.selectedCategoryKeyId;
Posts: 1
Participants: 1