{"id":27994660,"url":"https://github.com/miamarti/ng.multipleselect","last_synced_at":"2025-05-08T19:15:33.222Z","repository":{"id":58237827,"uuid":"87475681","full_name":"miamarti/ng.multipleSelect","owner":"miamarti","description":"Materialize Css multiple select","archived":false,"fork":false,"pushed_at":"2017-06-08T18:46:23.000Z","size":1999,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T19:15:22.746Z","etag":null,"topics":["angularjs","angularjs-directives","material-design","materializecss","select","select-multiple"],"latest_commit_sha":null,"homepage":"https://miamarti.github.io/ng.multipleSelect/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miamarti.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-04-06T21:15:05.000Z","updated_at":"2017-04-07T14:36:55.000Z","dependencies_parsed_at":"2022-08-31T03:01:49.548Z","dependency_job_id":null,"html_url":"https://github.com/miamarti/ng.multipleSelect","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miamarti%2Fng.multipleSelect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miamarti%2Fng.multipleSelect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miamarti%2Fng.multipleSelect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miamarti%2Fng.multipleSelect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miamarti","download_url":"https://codeload.github.com/miamarti/ng.multipleSelect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253133113,"owners_count":21859112,"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":["angularjs","angularjs-directives","material-design","materializecss","select","select-multiple"],"created_at":"2025-05-08T19:15:32.563Z","updated_at":"2025-05-08T19:15:33.212Z","avatar_url":"https://github.com/miamarti.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ng.multipleSelect\nMaterialize Css multiple select\n\n\u003cp\u003e\n  \u003ca href=\"https://gitter.im/miamarti/ng.multipleSelect\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/gitter/room/nwjs/nw.js.svg\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/ng.multipleSelect-release-green.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-1.3.5-blue.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/mashape/apistatus.svg\"\u003e\n  \u003ca href=\"https://github.com/miamarti/ng.multipleSelect/tarball/master\"\u003e\u003cimg src=\"https://img.shields.io/github/downloads/atom/atom/latest/total.svg\"\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/bower/v/bootstrap.svg\"\u003e\n\u003c/p\u003e\n\n\u003cimg src=\"https://miamarti.github.io/ng.multipleSelect/docs/img/ezgif.com-video-to-gif.gif\"\u003e\n\n## Bower install de dependency\n```\n$ bower install ng.multipleSelect --save\n```\n\n## Module AngularJS include\n```\nangular.module('example', [\"ngMultipleSelect\"]);\n```\n\n## Implementation\n\nInside the HTML view:\n```\n\u003cng-multiple-select ng-model=\"options\" ng-disabled=\"notActive\"\u003e\u003c/ng-multiple-select\u003e\n```\n\nInside the Controller:\n```\nangular.module('example').controller('ExampleController', function () {\n\n    this.options = [\n      {value: '1', label: 'Obi-Wan Kenobi', checked: false}, \n      {value: '2', label: 'Qui-Gon Jinn', checked: false}, \n      {value: '3', label: 'Plo Koon', checked: false}, \n      {value: '4', label: 'Yoda', checked: false}\n    ];\n    \n    this.notActive = false;\n});\n```\n\n## Parameters\n\n| Name         | Type    | Dinamic | Mandatory | Description                                                  |\n| ------------ | ------- | ------- | --------- | ------------------------------------------------------------ |\n| ng-model     | Array   | true    | true      | Scope of the attribute that will be the model                |\n| ng-disabled  | Boolean | true    | false     | Set multipleSelect to readOnly                                     |\n\n\n## Metrics\n\n[![Throughput Graph](https://graphs.waffle.io/miamarti/ng.multipleSelect/throughput.svg)](https://waffle.io/miamarti/ng.multipleSelect/metrics/throughput)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiamarti%2Fng.multipleselect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiamarti%2Fng.multipleselect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiamarti%2Fng.multipleselect/lists"}