{"id":28968565,"url":"https://github.com/alexeykorkoza/angularjs-dropdown","last_synced_at":"2026-04-30T02:34:03.214Z","repository":{"id":57179918,"uuid":"113765059","full_name":"AlexeyKorkoza/angularjs-dropdown","owner":"AlexeyKorkoza","description":"A simple directive for using in your angular applications","archived":false,"fork":false,"pushed_at":"2018-07-23T20:56:12.000Z","size":127,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T06:13:04.701Z","etag":null,"topics":["angular","dropdown"],"latest_commit_sha":null,"homepage":"","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/AlexeyKorkoza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-10T16:24:35.000Z","updated_at":"2023-03-09T00:59:53.000Z","dependencies_parsed_at":"2022-09-26T16:51:28.641Z","dependency_job_id":null,"html_url":"https://github.com/AlexeyKorkoza/angularjs-dropdown","commit_stats":null,"previous_names":["alexeykorkoza/angular-dropdown"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/AlexeyKorkoza/angularjs-dropdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexeyKorkoza%2Fangularjs-dropdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexeyKorkoza%2Fangularjs-dropdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexeyKorkoza%2Fangularjs-dropdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexeyKorkoza%2Fangularjs-dropdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexeyKorkoza","download_url":"https://codeload.github.com/AlexeyKorkoza/angularjs-dropdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexeyKorkoza%2Fangularjs-dropdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["angular","dropdown"],"created_at":"2025-06-24T09:09:19.695Z","updated_at":"2026-04-30T02:34:03.198Z","avatar_url":"https://github.com/AlexeyKorkoza.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angularjs-dropdown\n\nA simple directive for using in your angular applications\n\n## Demo\n\nDemos are in ```demo``` folder. \n\nOpen any demo file in browser and begin to use.\n\n## Install\n\n```\nnpm install angularjs-dropdown\n```\n\n## Usage\n\n1. Include ```angular-dropdown.css``` and ```angular-dropdown.js``` in your project from ```src``` folder\n\n2. Import ```angularDropdown``` as a dependecy in your project\n\n```\nangular\n  .module('nameOfModule', ['angularDropdown'])\n```\n\n3. Add the directive to your html\n```\n\u003cangular-dropdown\n  ....\n\u003e\u003c/angular-dropdown\u003e\n```\n\n## Attributes\n\nThese attributes are available to set on the ```angular-dropdown``` directive.\n\n##### dd-model\nChosen items in the dropdown.\u003cbr\u003e\nType: `array of objects`\u003cbr\u003e\n\n##### dd-data\n\nAn array of strings or object to show in the dropdown.\u003cbr\u003e\nType: `array of objects`\u003cbr\u003e\n\n##### dd-placeholder\n\nText that will show if items of the dropdown aren't chosen.\u003cbr\u003e\nType: `string`\u003cbr\u003e\nDefault: `Select ...`\n\n##### dd-multiple\n\nAllow or disallow to choose several items in the dropdown.\u003cbr\u003e\nType: `boolean`\u003cbr\u003e\nDefault: `false`\n\n##### dd-value\n\nProperty with unique value in array of objects.\u003cbr\u003e\nType: `string`\u003cbr\u003e\nDefault: `id`\n\n##### dd-label\n\nValue of property that will show in the dropdown.\u003cbr\u003e\nType: `string`\u003cbr\u003e\nDefault: `label`\n\n##### dd-click\n\nHandler of click on item of the dropdown.\u003cbr\u003e\nType: `function`\u003cbr\u003e\n\n##### dd-select-all\n\nHandler of click on items of the dropdown.\u003cbr\u003e\nType: `function`\u003cbr\u003e\n\n##### dd-deselect-all\n\nHandler of click on items of the dropdown.\u003cbr\u003e\nType: `function`\u003cbr\u003e\n\n## Test\n\nYou can run the tests: \u003cbr\u003e\n```\nnpm run test\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeykorkoza%2Fangularjs-dropdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexeykorkoza%2Fangularjs-dropdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeykorkoza%2Fangularjs-dropdown/lists"}