angularjs - Third party library not working with angular js -


i using navgoco.js , angular js in application , have following html

    <div id="demo">    <ul >        <li ng-repeat ... >           <a href="#"> ... </a>             ......       </li>    </ul> </div> 

js code

$j("#demo1").navgoco({accordion: false}); 

it supposed expand-collapse of menus.

the problem navgoco events not performing on clicking on anchor. adds # url. in rendered html of anchor tag, anuglar adding ng-binding may problem. please help.

the <a> tag directive in angularjs. see https://docs.angularjs.org/api/ng/directive/a


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -