0

我正在嘗試使用ui-bootstrap顯示簡單的模式。ui-bootstrap modal html已創建並加載,但未顯示

enter image description here

正如你可以在照片上看到,該模式的HTML被加載但不顯示。

我看到論壇上的一些類似的問題:

我已經做了什麼,有人建議在那裏,但仍然沒有改善。

我更新了我的圖書館,現在,我使用:

  • 角:1.4.9
  • 角動畫:1.4.9
  • UI的自舉:1.1.1
  • bootstrap.css:3.6.6

但它沒有幫助我。

而且我修改了bootstrap.css就像是在另一篇文章提出:

modal { 
    display: none; to display: block; 
} 

,但這也沒幫我!

回答

0

我解決了這個問題,通過改變模式玉器

div.modal.fade 
    div.modal-dialog 
    div.modal-content 
     div.modal-header 
     button.close(type = 'button', data-dismiss = 'modal', aria-hidden = 'true') × 
     h4.modal-title test 
     div.modal-body 
     h4 test 
     div.modal-footer 
     h1 test 

div.modal-content 
    div.modal-header 
    button.close(type = 'button', data-dismiss = 'modal', aria-hidden = 'true') × 
    h4.modal-title test 
    div.modal-body 
    h4 test 
    div.modal-footer 
    h1 test