Posts by Sobucki • 51 points
2 posts
-
1
votes2
answers945
viewsA: How to use css in ion-list, ion-item?
The code without json and with css working is this: <a class="item item-avatar" id="palestrantes" href="#"> <img src="Fiona.jpg"> <h2>Fiona Doohan</h2> <p> UDC, Dublin,…
-
4
votes2
answers945
viewsQ: How to use css in ion-list, ion-item?
Hello, I’m developing an app and on this screen I’m picking up data from a json, so I have to use ng-repeat, only this way I can’t use the css styles, because it doesn’t accept div or other way(at…