Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Minor re-design
Message
 
 
To
All
General information
Forum:
AngularJS
Category:
User interface
Title:
Minor re-design
Miscellaneous
Thread ID:
01653185
Message ID:
01653185
Views:
46
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
Next
Reply
Map
View

Click here to load this message in the networking platform