How do we tell Angular not to try to go to a route if we simply have an anchor such as:
<a href="#home" data-toggle="tab">Home</a>
When we click on "Home" we're just simply hiding/showing div sections on the current view with CSS but as stated, Angular thinks we're going to a specified route which we may have set up in app.js or something.
Any ideas?
Thanks much,
David