gpt4 book ai didi

angularjs - ionic ionic 导航按钮在抽象 View 中不起作用

转载 作者:行者123 更新时间:2023-12-03 07:43:50 25 4
gpt4 key购买 nike

使用 ionic 框架,我试图拥有一个包含导航按钮的抽象 View ,但它似乎不起作用:

索引.html

<ion-nav-bar align-title="left" class="bar-stable"></ion-nav-bar>
<ion-nav-view></ion-nav-view>

抽象 View :

<script id="menu.html" type="text/ng-template">
<ion-view cache-view="false">
<ion-nav-buttons side="right">
<button class="button button-icon ion-more"></button>
</ion-nav-buttons>
<ion-nav-view></ion-nav-view>
</ion-view>
</script>

第 1 页:

<script id="page1.html" type="text/ng-template">
<ion-view cache-view="false" title="Page 1">
<ion-content>
<h1>This is page 1</h1>
<a ui-sref="page2">Go to page 2</a>
</ion-content>
</ion-view>
</script>

第 2 页:

<script id="page2.html" type="text/ng-template">
<ion-view cache-view="false" title="Page 2">
<ion-nav-buttons side="right">
<button class="button button-icon ion-more"></button>
</ion-nav-buttons>
<ion-content>
<h1>This is page 2</h1>
<a ui-sref="page1">Go to page 1</a>
</ion-content>
</ion-view>
</script>

完整代码笔:http://codepen.io/anon/pen/XJxoLb

第 1 页 View 没有导航按钮,但第 2 页 View 却有,因为它直接在自己的 View 中包含 ion-nav-buttons。

如果我将 ionic 版本更改为 beta 13,它确实可以工作。

这是更高版本中的错误,还是我需要做一些不同的事情才能在最新版本(beta 14,rc 0)中工作?

最佳答案

关于angularjs - ionic ionic 导航按钮在抽象 View 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29032791/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com