{"id":17671327,"url":"https://github.com/kirederik/angular-multiselect-typeahead","last_synced_at":"2026-05-19T02:03:30.600Z","repository":{"id":33176494,"uuid":"36817656","full_name":"kirederik/angular-multiselect-typeahead","owner":"kirederik","description":"A simple and easily customizable angularjs directive to a multiselect typeahead input box.","archived":false,"fork":false,"pushed_at":"2015-06-15T20:18:46.000Z","size":144,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-30T17:05:49.039Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kirederik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-03T16:56:38.000Z","updated_at":"2018-05-03T20:33:41.000Z","dependencies_parsed_at":"2022-08-17T21:15:37.393Z","dependency_job_id":null,"html_url":"https://github.com/kirederik/angular-multiselect-typeahead","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kirederik/angular-multiselect-typeahead","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirederik%2Fangular-multiselect-typeahead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirederik%2Fangular-multiselect-typeahead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirederik%2Fangular-multiselect-typeahead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirederik%2Fangular-multiselect-typeahead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirederik","download_url":"https://codeload.github.com/kirederik/angular-multiselect-typeahead/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirederik%2Fangular-multiselect-typeahead/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265228987,"owners_count":23731092,"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","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-24T03:13:58.753Z","updated_at":"2026-05-19T02:03:30.561Z","avatar_url":"https://github.com/kirederik.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"#AngularJs Multiselect Typeahead directive\n\nA simple and easily customizable angularjs directive to a multiselect typeahead input box. No jQuery or AngularUi required!\n\n[Demo](http://codepen.io/kirederik/pen/PqpEYP) \n\n## Getting started\n\nDownload the necessary files as you wish:\n\n* with Bower: `bower install angular-multiselect-typeahead`\n* Cloning this repository\n\n## Dependencies\n\n* AngularJS \n\n## Usage\n\n1. Include the css and the javascript in your app:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"/path/to/angular-multiselect-typeahead.css\" /\u003e\n\n\u003cscript src=\"/path/to/angular.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"/path/to/angular-multiselect-typeahead.js\"\u003e\u003c/script\u003e\n```\n\n2. Register the \"typeahead\" module in your aplication module\n```javascript\napp.module('myApp', ['typeahead']) ...\n```\n\n3. Add the element in your html:\n```html\n \u003ctypeahead ng-model=\"select\" items=\"list\" displaytag=\"name\" displayitem=\"name\"\u003e\u003c/typeahead\u003e \n```\n\nWhere:\n\n* `ng-model` is the selected items\n* `items` is the typeahead list\n* `displaytag` is the property that will appear in the tag\n* `displayitem` is the property that will appear in the typeahead list \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirederik%2Fangular-multiselect-typeahead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirederik%2Fangular-multiselect-typeahead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirederik%2Fangular-multiselect-typeahead/lists"}