Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
502 views

Bootstrap checkbox in line not aligned

I am trying to design a form but it is not being well formed. I need to make it responsive. But checkbox is not aligned well in horizontal. <form class="ng-pristine ng-scope ng-pending"> <...
Ahmeric's user avatar
0 votes
1 answer
4k views

Angularjs UI Bootstrap modal -- Checkboxes checked state not being update

I am using the AngularJs ui bootstrap modal. I have a page with checkboxes. When the user checks on the checkboxes and click on a button, it passes the checked checkboxes to the modal: var ...
tnguyen444's user avatar
1 vote
1 answer
2k views

checkbox in angular-ui tab's header

I am using AngularUI's bootstrap library 0.4.0. I want to make a tabset that has checkable header, Plunker demo. However, as you can see, I cannot check the checkbox at all. Any suggestion will be ...
thanhquanky's user avatar