{"id":24964021,"url":"https://github.com/scoutforpets/ember-timepicker","last_synced_at":"2025-07-10T22:04:54.283Z","repository":{"id":57224437,"uuid":"47744589","full_name":"scoutforpets/ember-timepicker","owner":"scoutforpets","description":"An Ember add-on that wraps the http://timepicker.co time picker.","archived":false,"fork":false,"pushed_at":"2018-07-30T04:23:40.000Z","size":72,"stargazers_count":4,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T19:02:56.513Z","etag":null,"topics":["ember","ember-addon","timepicker"],"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/scoutforpets.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":"2015-12-10T07:13:54.000Z","updated_at":"2018-10-10T19:04:21.000Z","dependencies_parsed_at":"2022-09-04T07:01:25.767Z","dependency_job_id":null,"html_url":"https://github.com/scoutforpets/ember-timepicker","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/scoutforpets/ember-timepicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scoutforpets%2Fember-timepicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scoutforpets%2Fember-timepicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scoutforpets%2Fember-timepicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scoutforpets%2Fember-timepicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scoutforpets","download_url":"https://codeload.github.com/scoutforpets/ember-timepicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scoutforpets%2Fember-timepicker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264673469,"owners_count":23647622,"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":["ember","ember-addon","timepicker"],"created_at":"2025-02-03T09:59:17.746Z","updated_at":"2025-07-10T22:04:54.259Z","avatar_url":"https://github.com/scoutforpets.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-timepicker\n\nThis is a simple Ember add-on that wraps the [http://timepicker.co/](http://timepicker.co/) jQuery plugin.\n\nThis plugin isn't your typical time picker (which I think is a good thing!), so be sure to [review the demos](http://timepicker.co/demos/) before installing.\n\n## Usage\n\nUsing this bad boy is simple:\n\n```hbs\n// template.hbs\n{{ember-timepicker\n  onChange=(action 'onChange')\n  options=yourOptions}}\n```\n\n```js\n// controller.js\nimport Ember from 'ember';\n\nexport default Ember.Controller.extend({\n    options: {\n      dropdown: false\n    },\n\n    actions: {\n        onChange(selectedTime) {\n            console.log(selectedTime);\n        }\n    }\n});\n```\n\nThere are two key ways to interact with this component:\n\n| Property        | Description         |\n| --------------- |---------------------|\n| `onChange`     | An action that's passed the `Date` object returned from the time picker. **Note:** the returned object is a Javascript `Date`, so you'll need to extract the time yourself.|\n| `options`       | An object containing options accepted by the time picker. See [http://timepicker.co/options/](http://timepicker.co/options/) for available options.|\n\nThis component extends `Ember.TextField` and therefore can accept any actions or options available on that component. See the [API docs](http://emberjs.com/api/classes/Ember.Templates.helpers.html#method_input) for more information.\n\n## Credits\nKudos to [Willington Vega](https://github.com/wvega) for writing the time picker plugin used in this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscoutforpets%2Fember-timepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscoutforpets%2Fember-timepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscoutforpets%2Fember-timepicker/lists"}