handler: () => {
  return this.data.load().then(() => {
    return alert.dismiss();
  }).then(() => {
    this.nav.pop();
  });
  return false;
}