docs(demos): fix scroll demo to use correct attributes

This commit is contained in:
Brandy Carney
2016-01-28 12:11:25 -05:00
parent b933029a9a
commit 4df4afd2a4

View File

@@ -8,9 +8,8 @@
<ion-content>
<ion-scroll scroll-x="true" scroll-y="true" style="width: 100%; height: 100%">
<ion-scroll scrollX="true" scrollY="true" style="width: 100%; height: 100%">
<div style="width: 3460px; height: 3008px; background: url('https://upload.wikimedia.org/wikipedia/commons/3/32/Paris_7th_arrondissement_map_with_listings.png') repeat"></div>
</ion-scroll>
</ion-content>