2017-03-18 29 views
0

我想通過默認方式顯示拉起窗口而不點擊它。我添加了default-behavior =「show」和state =「expand」,但它改變了任何東西。你能否幫我做這個功能,默認顯示上拉窗口的內容?默認情況下離子拉起頁腳

我的代碼:

<ion-pull-up-footer max-height="200" class="bar-calm" default-behavior="EXPANDED"> 
 
     \t \t <div class="title" ion-pull-up-trigger>See itineraries</div> 
 
     \t \t <ion-pull-up-handle width="120" height="15" icon-expand="ion-chevron-up" icon-collapse="ion-chevron-down" style="border-radius: 5px 5px 0 0"> 
 
     \t \t </ion-pull-up-handle> 
 
     \t \t <ion-pull-up-content scroll="false"> 
 
    \t \t \t \t <div class="list card"> 
 
    \t \t \t \t <div class="item item-divider">Recent Updates</div> 
 
    \t \t \t \t <div class="item item-body"> 
 
     \t \t \t \t \t <div> 
 
     \t \t \t \t \t There is a fire in <b>sector 3</b> 
 
     \t \t \t \t \t </div> 
 
    \t \t \t \t </div> 
 
    \t \t \t \t </div> 
 
    \t \t \t </ion-pull-up-content> 
 
    \t </ion-pull-up-footer>

感謝

回答

-1

更改默認behviour = 「真」 離子拉動頁腳離子標籤工作,如果意志離子裏面寫查看標籤。

+0

它不起作用,頁腳仍然崩潰。 – Alex99