{"id":20900043,"url":"https://github.com/thiagogarbazza/angular-alloyeditor","last_synced_at":"2026-04-23T15:34:26.280Z","repository":{"id":57177972,"uuid":"61034152","full_name":"thiagogarbazza/angular-alloyeditor","owner":"thiagogarbazza","description":"AlloyEditor directive for Angular.","archived":false,"fork":false,"pushed_at":"2016-08-04T14:41:18.000Z","size":50,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-19T14:04:38.714Z","etag":null,"topics":["alloyeditor","angular","javascript","wysiwyg-editor"],"latest_commit_sha":null,"homepage":"http://alloyeditor.com/","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/thiagogarbazza.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":"2016-06-13T12:22:36.000Z","updated_at":"2024-08-19T11:45:43.000Z","dependencies_parsed_at":"2022-09-05T21:02:05.562Z","dependency_job_id":null,"html_url":"https://github.com/thiagogarbazza/angular-alloyeditor","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagogarbazza%2Fangular-alloyeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagogarbazza%2Fangular-alloyeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagogarbazza%2Fangular-alloyeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagogarbazza%2Fangular-alloyeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiagogarbazza","download_url":"https://codeload.github.com/thiagogarbazza/angular-alloyeditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243285620,"owners_count":20266849,"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":["alloyeditor","angular","javascript","wysiwyg-editor"],"created_at":"2024-11-18T11:17:49.492Z","updated_at":"2025-12-25T15:43:25.778Z","avatar_url":"https://github.com/thiagogarbazza.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-alloyeditor\n\n[![Build Status](https://travis-ci.org/thiagogarbazza/angular-alloyeditor.svg?branch=master)](https://travis-ci.org/thiagogarbazza/angular-alloyeditor)\n[![Coverage Status](https://coveralls.io/repos/github/thiagogarbazza/angular-alloyeditor/badge.svg?branch=master)](https://coveralls.io/github/thiagogarbazza/angular-alloyeditor?branch=master)\n\n[![Dependency Status](https://david-dm.org/thiagogarbazza/angular-alloyeditor.svg?theme=shields.io)](https://david-dm.org/thiagogarbazza/angular-alloyeditor)\n[![DevDependency Status](https://david-dm.org/thiagogarbazza/angular-alloyeditor/dev-status.svg?theme=shields.io)](https://david-dm.org/thiagogarbazza/angular-alloyeditor#info=devDependencies)\n[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/thiagogarbazza/angular-alloyeditor/)\n\n[AlloyEditor] directive for Angular.\n\n## Install\n\n### Using Bower\n\n```sh\nbower install --save angular-alloyeditor\n```\n\n### Using NPM\n\n```sh\nnpm install --save angular-alloyeditor\n```\n\n## Usage\n\n### Example\n\nHTML:\n```html\n\u003c!-- Load files. --\u003e\n\u003cscript src=\"angular/angular.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"alloyeditor/dist/alloy-editor/alloy-editor-all-min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"angular-alloyeditor.js\"\u003e\u003c/script\u003e\n\n\u003cdiv ng-controller=\"MyController\"\u003e\n  \u003calloy-editor id=\"myEditor\" name=\"myEditor\" ng-model=\"model.content\"\u003e\u003c/alloy-editor\u003e\n\u003c/div\u003e\n```\n\nJavaScript:\n```js\nangular\n  .module('app', ['alloyeditor'])\n  .controller('MyController', MyController);\n\nfunction MyController() {\n  var vm = this;\n  vm.model = {\n    content: '\u003ch1\u003eAlloyEditor\u003c/h1\u003e\u003cp\u003eYes, you can edit this content. \u003cstrong\u003eRight here and right now\u003c/strong\u003e.\u003c/p\u003e'\n  };\n}\n```\n\n### Settings\n* _ng-model_: binding the view into the model.\n* _readonly_: is a property that it allows you enable or disable editor.\n* _onready_: call this function after create instance of the editor.\n* _config_: allows you to configure the editor in the way you prefer.\n\n\n## License\n\nThe `angular-alloyeditor` project is under MIT license.\n\n\n[AlloyEditor]: https://alloyeditor.com/ \"AlloyEditor a modern WYSIWYG editor built on top of CKEDITOR, designed to create modern and gorgeous web content\"\n[AlloyEditor Configuration]: http://alloyeditor.com/guides/editor_configuration/ \"AlloyEditor allows you to configure the editor in the way you prefer\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagogarbazza%2Fangular-alloyeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagogarbazza%2Fangular-alloyeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagogarbazza%2Fangular-alloyeditor/lists"}