Hi! It's just a bit of a conflict problem. If you use bootstrap components, some of them requires bootstrap-javascript. This is copied from the bootstrap supportpages:
"If JavaScript is disabled and the viewport is narrow enough that the navbar collapses, it will be impossible to expand the navbar and view the content within the .navbar-collapse. The responsive navbar requires the collapse plugin to be included in your version of Bootstrap." See the NAVbar requires the "bootstrap collapse plugin". So the Angular-team have made a similar collapse module in Angular, you will have to use it, (Which you should). You will have to make small changes to your code, I have not tried to make the setup you have, so can't say if its difficult, but Collapse plugin in Angular is right here for you http://angular-ui.github.io/bootstrap/ More about the same subject: https://scotch.io/tutorials/how-to-correctly-use-bootstrapjs-and-angularjs-together Cheers Bille www.elitenet.dk -- 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.
