I am currently using the slide animations via the default:
<body ng-app="starter" animation="slide-left-right-ios7">
I like them, but I want to remove slide animations when the user clicks a link via my footer. Is there a way to remove them from certain link clicks??
Footer HTML
<div class="tabs">
<a class="tab-item">
Home
</a>
<a class="tab-item" href="#/home">
Favorites
</a>
<a class="tab-item">
Settings
</a>
</div>