文件名称:angular-undo:撤消和重做异步命令
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-28 04:09:14
CoffeeScript
#Angular 撤消
模型和 API 更改的轻量级历史记录
Angular undo 提供了在你的 Angular 应用程序中撤销/重做状态更改的能力。 它可以影响本地或远程状态
入门
凉亭安装: bower install angular-undo
从你的 app.js 导入模块angular.module('undo', []);
添加到你的依赖列表angular.module('
【文件预览】:
angular-undo-master
----bower.json(494B)
----src()
--------action.js(3KB)
--------history-service.js(2KB)
----LICENSE(2KB)
----test()
--------action-factory-spec.coffee(4KB)
--------history-service-spec.coffee(1KB)
----README.md(2KB)