Angular ui bootstrap directive template missing

后端 未结 7 1121
礼貌的吻别
礼貌的吻别 2020-12-23 01:54

I\'m currently testing out angular bootstrap-UI locally on my machine. When I try to recreate the example of accordion and dialog box. I get this error message

7条回答
  •  死守一世寂寞
    2020-12-23 02:25

    This error message also seems to occur in another scenario, as demonstrated here: http://plnkr.co/edit/aix6PZ?p=preview

    If you state your module dependency to be only 'ui.bootstrap.dialog' instead of 'ui.bootstrap', angular coughs up a template not found error.

    Here's an official explanation of the 'why': https://github.com/angular-ui/bootstrap/issues/266

提交回复
热议问题