Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Minor re-design
Message
 
 
À
Tous
Information générale
Forum:
AngularJS
Catégorie:
Interface usager
Titre:
Minor re-design
Divers
Thread ID:
01653185
Message ID:
01653185
Vues:
45
Hi,

I currently have this HTML
<div class="access-perm-box">
                    <div ng-repeat="accessPerm in currentTemplate.locationAccessPermissions track by $index">
                        <div class="checkbox">
                            <label>
                                <input type="checkbox" name="accessPerm" id="accessPerm"
                                       ng-model="accessPerm.blockAccess"> {{$index + 1}}
                            </label>
                        </div>
                    </div>
                </div>
I see the long column of checkboxes (from 1 to 99) one under another. I think it would be nice to have 5 divs instead by 20 checkboxes in a column. How would I adjust the above to break it into 5 columns?
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform