Hi, I'm experiencing a strange issue with my NG app just after I upgraded it to version 1.3.4 (from 1.2). I'm using NG with bootstrap menus for my top navbar, whose HTML code is essentially equal to the one sampled at the Bootstrap website for the navbar. This all worked fine until I upgraded; since then, whenever I click on a navbar menu the menu opens and closes immediately after and the page flickers, as if the browser was simply processing the click event on the menu item (an anchor tag with href="#"), rather than letting the bootstrap JS kick in and do its work (opening the menu and stopping further processing of the click event).
This happens with all the menus of my navbar, and only for Angular JS 1.3.x with Bootstrap 3.1.1. Could anyone suggest me a solution or a diagnostic procedure? There are tons of click handlers from NG to bootstrap to jquery, and it's difficult to pinpoint even the exact location where I could look for something wrong. Maybe anyone else is suffering from this upgrade-related issue, and if yes, what is the exact scenario? Mine essentially uses Angular 1.3.4, Bootstrap 3.1.1, UI bootstrap, 0.12.0 and jquery 2.1.1 (only as a dependency of bootstrap). Thanks to all! -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
