Angular ui-bootstrap tabs not rendering ui-view

后端 未结 2 500
感动是毒
感动是毒 2020-12-15 11:21

I am upgrading an existing angular app to all the latest versions of angular (v1.2.13), ui-router (v0.2.8), and ui-bootstrap (v0.10.0).

I have nested views that hav

2条回答
  •  情歌与酒
    2020-12-15 11:50

    Setting the tab-heading enables the links, but if you click in the tab but outside the link, the link will not activiate. Here is the response I got from ui-router. Thanks to Chris T.

    ui-router

    plunkr

        
        
            Users
         
        
    

    Update:

    I was having issues deep liking with this, due to ui-sref-active. As of ui-router.2.10.2.11/angular-ui-router.js this was enhanced to support inheritance - see stack overflow post and ui-router issue 18

提交回复
热议问题