SHARE
TWEET
Untitled
a guest
Oct 3rd, 2016
64
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- // this puts all the ion-items next to each, but then wraps them to the next line, instead
- // of keeping them all on one line allow user to scroll horizontally.
- // There is no scroll
- /* I see the following
- [1] [2] [3]
- [4] [5] [6]
- // when I should be seeing:
- [1] [2] [3] [4] [5] [6]
- <ion-scroll direction="x" class="horizontal-scroll" scrollbar-x="false">
- <ion-item style="float:left" ng-repeat="otherRides in allRides" href="#/tab/others/{{others.ID}}">
- <img ng-src="{{others.icon}}" style="float:left">
- Time: {{others.time}}
- <br>Est: <span ${{others.price}}</span>
- </span>
- </ion-item>
- </ion-scroll>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
