I tried to create the following scroll navigation using ionic, but for some reason the navigation does not work, and the style is not quite right. Can someone help / guide me on what to use? I want it, I want:

This is what I still have, a horizontal scroll list, but the above looks more like a navigation bar, the item moves to the center when you touch / select it.

When the first item is active, the left side of the list should remain empty. They should scroll like navigation. So far I have a horizontal list, but scrolling the active center to the center does not work.
<ion-scroll direction="x" class="wide-as-needed">
<div ng-repeat="type in types" style='display: inline-block; margin: 5px;' >
<a href="" id="anchor{{type}}" scroll-to="anchor{{type}}" class="button inline-button button-clear button-dark">{{type|uppercase}}</a>
</div>
</ion-scroll>
Directive- , , , : https://docs.angularjs.org/api/ng/service/$anchorScroll
angular $anchorScroll ...
TabbedSlideBox , ,