fix(navCtrl): wrap user lifecycle evts w/ try/catch

This commit is contained in:
Adam Bradley
2015-11-28 00:10:38 -06:00
parent 1d1f94cab6
commit ad276f4161
4 changed files with 34 additions and 20 deletions

View File

@@ -63,6 +63,12 @@ class FirstPage {
}
}
onPageLoaded() {
console.log('onPageLoaded');
var meNoWorky = true;
meNoWorky(helloIsItMeYoureLookingFor);
}
setPages() {
let items = [
PrimaryHeaderPage