refreshangular-ui-bootstraphrefangular-ui-bootstrap-tabuib-tabset

How to avoid the default a href added by angular-ui-bootstrap in uib-tabset



How can I avoid the refresh caused by the default behavior of the tag a (link) auto added by uib-tabset using angular-ui-bootstrap?

Regards,
Nicolas


Solution

  • I guess this solution can be ok

    event.preventDefault();