Ionic navigation tab in header

你离开我真会死。 提交于 2019-12-05 13:03:21

A few points, Im new to this too but hope Im of some help.

  1. I think your code should be in the nav-bar segment, nav-view should be left empty as its the place where your html populates
  2. use ui-sref instead of href..like <a ui-sref='info.informatie'>something</a>or alternatively use a button to employe ui-sref as well.
  3. because u use info.something, naturally your parent or base state is info state.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!