jQuery syntax error: #/

前端 未结 4 1478
悲&欢浪女
悲&欢浪女 2020-12-14 07:53

I am currently using jQuery, Twitter Bootstrap and AngularJS for my web application. I\'ve been trying to do routing, but jQuery keeps giving me Syntax error, unrecogn

4条回答
  •  春和景丽
    2020-12-14 08:13

    In this toggling mechanism, data-toggle="tab" looks to switch between different tabs. But, in case of using Angular Routing these links to different view files.

    I tried data-toggle="link" and it worked for me.

提交回复
热议问题