{"id":13778209,"url":"https://github.com/vitalets/angular-xeditable","last_synced_at":"2025-05-14T04:07:32.187Z","repository":{"id":10444825,"uuid":"12612360","full_name":"vitalets/angular-xeditable","owner":"vitalets","description":"Edit in place for AngularJS","archived":false,"fork":false,"pushed_at":"2024-04-10T20:37:31.000Z","size":8783,"stargazers_count":1903,"open_issues_count":112,"forks_count":402,"subscribers_count":75,"default_branch":"master","last_synced_at":"2025-04-10T00:30:04.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://vitalets.github.io/angular-xeditable","language":"HTML","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/vitalets.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.txt","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["vitalets"]}},"created_at":"2013-09-05T07:50:46.000Z","updated_at":"2025-03-29T02:27:59.000Z","dependencies_parsed_at":"2024-06-18T12:25:56.492Z","dependency_job_id":"dfc5fbea-d3e6-444a-8804-2da8c99bb267","html_url":"https://github.com/vitalets/angular-xeditable","commit_stats":{"total_commits":458,"total_committers":55,"mean_commits":8.327272727272728,"dds":0.6353711790393013,"last_synced_commit":"40c4dfbfa33e396a263ed8c120bd17853256e1b6"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalets%2Fangular-xeditable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalets%2Fangular-xeditable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalets%2Fangular-xeditable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitalets%2Fangular-xeditable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitalets","download_url":"https://codeload.github.com/vitalets/angular-xeditable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248319610,"owners_count":21083861,"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-08-03T18:00:52.058Z","updated_at":"2025-04-13T19:18:40.123Z","avatar_url":"https://github.com/vitalets.png","language":"HTML","readme":"# Angular-xeditable\n\n[![npm](https://img.shields.io/npm/v/angular-xeditable.svg)](https://www.npmjs.com/package/angular-xeditable) [![Bower](https://img.shields.io/bower/v/angular-xeditable.svg)](http://bower.io/search/?q=angular-xeditable)\n\nEdit in place for AngularJS\n\n## Overview\n**Angular-xeditable** is a bundle of [AngularJS](http://angularjs.org) directives that allows you to create\n*editable* elements in your projects.  \nSuch technique is also known as *click-to-edit* or *edit-in-place*.  \nIt is based on ideas of [x-editable](https://vitalets.github.io/x-editable) but was written from scratch\nto use power of angular and support complex forms / editable grids.\n\n## Demo and docs\n**https://vitalets.github.io/angular-xeditable**\n\n## Installation\n#### Bower\n````\nbower install angular-xeditable\n````\n#### NPM\n````\nnpm install angular-xeditable\n````\n#### Manual\nDownload latest version from [project homepage](https://vitalets.github.io/angular-xeditable).\n\n#### Insert dependency \n````\nvar app = angular.module(\"app\", [\"xeditable\"]);\n````\n#### Usage with a Asset/Module Bundler\n```js\nimport angularXeditable from 'angular-xeditable';\n\nangular.module('app', [angularXeditable]);\n```\n\n## Dependencies\nBasically it does not depend on any libraries except [AngularJS](http://angularjs.org) itself.    \nFor themes you may need to include [Twitter Bootstrap](http://getbootstrap.com) CSS.  \nFor some extra controls (e.g. datepicker) you may need to include [angular-ui bootstrap](http://angular-ui.github.io/bootstrap/) for Bootstrap 2/3.\nInclude [ui-bootstrap4](https://morgul.github.io/ui-bootstrap4/) for Bootstrap 4.\nTo use ui-select you will need to include [angular-ui ui-select](https://github.com/angular-ui/ui-select/).\nTo use ngTagsInput you will need to include [mbenford ngTagsInput](https://github.com/mbenford/ngTagsInput).\nTo use ui-date you will need to include [angular-ui ui-date](https://github.com/angular-ui/ui-date).\n\n## Reporting issues and Contributing\nPlease read our [Contributor guidelines](CONTRIBUTING.md) before reporting an issue or creating a pull request.\n\n## License\n[MIT](LICENSE)\n","funding_links":["https://github.com/sponsors/vitalets"],"categories":["Data Manage","others","HTML"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitalets%2Fangular-xeditable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitalets%2Fangular-xeditable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitalets%2Fangular-xeditable/lists"}