angular-bootstrap-checkbox icon indicating copy to clipboard operation
angular-bootstrap-checkbox copied to clipboard

A checkbox for AngularJS styled to fit the Twitter Bootstrap standard design

Results 17 angular-bootstrap-checkbox issues
Sort by recently updated
recently updated
newest added

`ng-class="row.isRefused?'btn-success':'btn-danger'"` get this error: `Error: [$parse:syntax] Syntax Error: Token '{' is an unexpected token at column 42 of the expression [row.isRefused?'btn-success':'btn-danger' {'btn-xs': size==='default', 'btn-sm': size==='large', 'btn-lg': size==='largest', 'checked': checked===true}] starting...

With default html input checkbox if there is ngChange directive placed, ngChange will not get called untill there is a change. But with your directive, it gets called automatically with...

Hello @sebastianha, thanks for your awesome work with this directive! What about removing bootstrap (css + jquery) as a dependency for this module? I guess that if someone is looking...

Setting anything other than a string to ng-true-value and ng-false-value breaks the checkbox. This PR supports using object expressions for ng-true-value and ng-false-value. Relevant issue: https://github.com/sebastianha/angular-bootstrap-checkbox/issues/31

The component breaks our form when we switch from the regular `` as we're using an object expression for the ng-true-value and ng-false-value attributes. Relevant PR: https://github.com/sebastianha/angular-bootstrap-checkbox/pull/32

Hi, I try adding dynamic models but the checkbox just won't work. Like this one ng-model ="branch[i]" Where I is any variable that I would want to create.

As in your directive, you don't use a hidden checkbox synchronised with the ng-model of the directives, it seems to me difficult to connect to angular common form handling like...

Instead of elem.bind use the ng-click directive on the button element in the template. This allows for mobile support for click handling without the need for any other libraries.

Checkbox does not register a click on mobile Safari or Chrome. Any suggestions for a workaround for this? Update: Just did some more digging. It looks like the click event...