mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(navCtrl): wrap user lifecycle evts w/ try/catch
This commit is contained in:
@@ -63,6 +63,12 @@ class FirstPage {
|
||||
}
|
||||
}
|
||||
|
||||
onPageLoaded() {
|
||||
console.log('onPageLoaded');
|
||||
var meNoWorky = true;
|
||||
meNoWorky(helloIsItMeYoureLookingFor);
|
||||
}
|
||||
|
||||
setPages() {
|
||||
let items = [
|
||||
PrimaryHeaderPage
|
||||
|
||||
Reference in New Issue
Block a user