Currently I am doing a project using angular js and bootstrap. And i am implementing some partial pages using ng-view to display those pages, but every time i am trying to using java script or jquery feature, the scripts seems not loaded, i have checked it is not a jquery conflicts problem. Please help me. Thanks in advance.
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
Try to put link to jQuery before AngularJS in your main page. The reason could be that AngularJS's implementation of jQuery (JQLite) do not support |
|||||||||
|