{"id":18111590,"url":"https://github.com/bobey/angular-undo-redo","last_synced_at":"2025-04-14T03:34:04.711Z","repository":{"id":23322267,"uuid":"26682320","full_name":"bobey/angular-undo-redo","owner":"bobey","description":"Angular Undo Redo functionality with the Command Pattern","archived":false,"fork":false,"pushed_at":"2014-11-24T09:53:18.000Z","size":524,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T17:36:25.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bobey.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":"2014-11-15T14:31:07.000Z","updated_at":"2024-03-30T00:30:29.000Z","dependencies_parsed_at":"2022-08-21T21:10:29.575Z","dependency_job_id":null,"html_url":"https://github.com/bobey/angular-undo-redo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobey%2Fangular-undo-redo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobey%2Fangular-undo-redo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobey%2Fangular-undo-redo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobey%2Fangular-undo-redo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobey","download_url":"https://codeload.github.com/bobey/angular-undo-redo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248815743,"owners_count":21165975,"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-11-01T01:06:32.378Z","updated_at":"2025-04-14T03:34:04.690Z","avatar_url":"https://github.com/bobey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Undo Redo\n\nThis repository shows how to implement an undo/redo functionality in an AngularJS frontend using the [Command Pattern](http://en.wikipedia.org/wiki/Command_pattern):\n\n\u003e If all user actions in a program are implemented as command objects, the program can keep a stack of the most recently executed commands. When the user wants to undo a command, the program simply pops the most recent command object and executes its undo() method.\n\nThis is code support for an article on my blog: [http://blog.overnetcity.com](http://blog.overnetcity.com/2014/11/18/undo-redo-angularjs-command-pattern/)\n\n## Try it online!\n\n[Angular Undo / redo demo](http://bobey.github.io/angular-undo-redo)\n\n## Fork it!\n\n```\ngit clone https://github.com/bobey/angular-undo-redo.git \u0026\u0026 cd angular-undo-redo\nnpm install\nbower install\ngrunt\n```\n\nAnd open `public/index.html`. That's it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobey%2Fangular-undo-redo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobey%2Fangular-undo-redo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobey%2Fangular-undo-redo/lists"}