This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
Hi, I'm trying to use the Twitter Bootstrap responsive Navbar with AngularJS. When I upgraded from 1.0.2 to 1.0.3 the responsive navbar feature stopped working.
The responsive features work in terms of the viewport changing layout when resized, but under a smaller viewport, you can no longer click on the button to expand the navbar menu.
I created a jsfiddle example here: http://jsfiddle.net/ghtC9/2/ that includes angular-1.0.3.js
The HTML code was cut/paste from the bootstrap example for Responsive Navbar (section found under here):
Here's the same jsfiddle http://jsfiddle.net/ghtC9/5/ that includes angular-1.0.2.js -- note that the menu button now expands when clicked.
I tried loading them in different orders: 1) bootstrap 2) angular vs. 1) angular 2) bootstrap - makes no difference.
There is nothing in the console giving any indication of an error.