If you want to use it as menu, it’s better to replace 42 line with this:
<ons-splitter-side collapse=“collapse” swipeable=“true” [page]=“sidePage” side=“left” width=“200px” style=“border-right: 1px solid #ccc”>
J
Save
Saving
jced-artem
@jced-artem
0
Reputation
2
Posts
938
Profile views
0
Followers
0
Following
Posts made by jced-artem
-
RE: ons-splitter
-
RE: ons-tabbar
@shivavelingker: To make it works you should remove lines 76,77,81 and left only this code in AppComponent’s template:
<ons-tabbar>
<ons-tab label=“Page1” icon=“ion-home” [page]=“tab1” active></ons-tab>
<ons-tab label=“Page2” icon=“ion-ios-browsers” [page]=“tab2”></ons-tab>
<ons-tab label=“Page3” icon=“ion-ios-search” [page]=“tab3”></ons-tab>
</ons-tabbar>