angular.js - ion-side-menus is used on the homepage, that is, when jumping from the homepage to the next page, the return button is not displayed
巴扎黑
巴扎黑 2017-05-15 17:07:05
0
1
1293

1. Home page structure:

<ion-side-menus>
<!-- Middle content-->
<ion-side-menu-content ng-controller="ContentController">
< ;/ion-side-menu-content>

<!-- Right menu-->
<ion-side-menu side="right">
<ion-item menu-close href="#/app/ fall"> List page</ion-item>
</ion-side-menu>
</ion-side-menus>

2. Click to enter the list page,

No back button

巴扎黑
巴扎黑

reply all(1)
Ty80

This is like this, the page entered by the tag under ion-side-menu does not have a return button. You can add one yourself, but I think this setting is correct. Anyway, you can click on the upper right corner to open the sidebar

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template