@guasco wrote:
Can someone see in my code why this happens ? My checkboxes ends up over the text.
Im very new to this so it might be an easy misstake. This is the way i written it in html.<div> <ion-scroll> <ion-list> <ion-checkbox class="checkbox-calm" ng-repeat="user in users" value="{{user.username}}" ng- click="addToChannel()">{{user.username}}</ion-checkbox> </ion-list> </ion-scroll> </div>
Posts: 1
Participants: 1
