Twitter Bootstrap Navbar with AngularJS - Collapse Not Functioning

后端 未结 8 1097
夕颜
夕颜 2020-12-02 05:33

I am using Angular and Twitter Bootstrap navbar and trying to get the collapse functionality to work.

Partial: program.html

8条回答
  •  悲&欢浪女
    2020-12-02 06:04

    Just adding jquery.min.js and bootstrap.min.js to the index.html file solved this problem.

    For collapsable navigation we need to include jquery.min.js and bootstrap.min.js

提交回复
热议问题