{"id":16376404,"url":"https://github.com/rochdev/angular-check-all","last_synced_at":"2025-08-20T01:05:11.247Z","repository":{"id":20497171,"uuid":"23775549","full_name":"rochdev/angular-check-all","owner":"rochdev","description":"AngularJS directive to control a group of checkboxes","archived":false,"fork":false,"pushed_at":"2017-04-22T12:23:38.000Z","size":24,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T06:31:06.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/rochdev/angular-check-all","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rochdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-08T01:13:05.000Z","updated_at":"2022-07-29T02:21:04.000Z","dependencies_parsed_at":"2022-07-26T09:17:56.633Z","dependency_job_id":null,"html_url":"https://github.com/rochdev/angular-check-all","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rochdev/angular-check-all","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fangular-check-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fangular-check-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fangular-check-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fangular-check-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rochdev","download_url":"https://codeload.github.com/rochdev/angular-check-all/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fangular-check-all/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271247524,"owners_count":24725919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T03:24:35.100Z","updated_at":"2025-08-20T01:05:11.194Z","avatar_url":"https://github.com/rochdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-check-all\n[![Version](https://img.shields.io/bower/v/angular-check-all.svg)](https://github.com/rochdev/angular-check-all)\n[![Build Status](https://travis-ci.org/rochdev/angular-check-all.svg?branch=master)](https://travis-ci.org/rochdev/angular-check-all)\n[![Test Coverage](https://codeclimate.com/github/rochdev/angular-check-all/badges/coverage.svg)](https://codeclimate.com/github/rochdev/angular-check-all)\n[![Code Climate](https://codeclimate.com/github/rochdev/angular-check-all/badges/gpa.svg)](https://codeclimate.com/github/rochdev/angular-check-all)\n[![Dependency Status](https://gemnasium.com/rochdev/angular-check-all.svg)](https://gemnasium.com/rochdev/angular-check-all)\n[![License](http://img.shields.io/badge/license-MIT-red.svg)][license-url]\n\n[AngularJS](https://angularjs.org) directive to control a group of checkboxes. Fully compatible with [checklist-model](http://vitalets.github.io/checklist-model/).\n\n## How to install\n\nFrom your project root, run:\n\n```sh\n$ bower install --save angular-check-all\n```\n\n## Usage\n\n```html\n\u003cinput type=\"checkbox\" check-all=\"\" to-list=\"\" by-value=\"\" by-key nested-by=\"\"\u003e\n```\n\nAvailable options:\n\n| Attribute | Type | Description\n| --------- | ---- | -----------\n| check-all | `expression` | Array or object containing checkbox values.\n| to-list *(optional)* | `expression` | List containing the checked keys/values instead of using boolean values directly on the source.\n| by-value *(optional)* | `expression` | Path expression to find the values to copy to the list when looping through the source.\n| by-key *(optional)* | `void` | If present, tells the directive to copy keys to the list instead of values.\n| nested-by *(optional)* | `expression` | Path expression to find children for recursion. Works with the `by-value` option.\n\n## Example\n\nSee the [example](example) folder for a complete example.\n\n## License\n\n[MIT License][license-url]\n\n[license-url]: http://en.wikipedia.org/wiki/MIT_License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochdev%2Fangular-check-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frochdev%2Fangular-check-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochdev%2Fangular-check-all/lists"}