I'm using AngularJS UI router in an HTML5 application with a custom Bootstrap theme bought from Themeforest. The issue is that this theme has some components that rely on both the href, data-toggle and data-dismissal attributes and UI Router breaks them. For example:
<a href="#offcanvas-map-tools" class="link" data-toggle="offcanvas">Show</a>
Would show an off-canvas component when being cliked.
How can i configure AngularJS UI router as to avoid breaking the behaviour of this theme's Components?