Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkbox inside a tag not clickable #3

Closed
danbit opened this issue Dec 11, 2015 · 1 comment
Closed

checkbox inside a tag not clickable #3

danbit opened this issue Dec 11, 2015 · 1 comment

Comments

@danbit
Copy link

danbit commented Dec 11, 2015

When I click the checkbox the list item is selected, but not the checkbox. And I can not clear it.

BOWER:  "dependencies": {
    "angular": "~1.4.7",
    "angular-animate": "~1.4.7",
    "angular-cookies": "~1.4.7",
    "angular-resource": "~1.4.7",
    "angular-route": "~1.4.7",
    "angular-sanitize": "~1.4.7",
    "angular-touch": "~1.4.7",
    "angular-bootstrap": "~0.14.3",
    "bootstrap": "~3.3.6",
    "angular-oauth2": "~3.0.1",
    "angular-spring-data-rest": "~0.4.3",
    "ng-duallist": "~0.0.9"
}

I changed the tag for the div and it worked.

<div class="list-group" id="list2"> 
    <div ng-class="{'active':data.selected}" ng-repeat="data in rightscope track by $index" class="list-group-item">
    {{data.name}}                    
    <input ng-model="data.selected" class="pull-right" type="checkbox"> 
    </div>                 
</div>
@tushar-borole
Copy link
Owner

@danbit thanks for reporting bug,
New version released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants