angular-history:AngularJS的历史服务。 Undoredo,这样的事情。 与“后退”按钮无关,除非您希望这样做

时间:2024-05-23 16:39:35
【文件属性】:

文件名称:angular-history:AngularJS的历史服务。 Undoredo,这样的事情。 与“后退”按钮无关,除非您希望这样做

文件大小:413KB

文件格式:ZIP

更新时间:2024-05-23 16:39:35

JavaScript

角度历史 AngularJS的历史服务。 撤消/重做,这种事情。 除非您需要,否则与“后退”按钮无关。 当前版本 0.8.0 合理的警告:在此项目的版本为1.0.0 ,API可能会更改,并且可能会中断。 安装 bower install angular-history 要求 AngularJS 1.1.x + (可选) 运行测试 克隆此仓库并执行: npm install 抓住依赖性。 然后执行: grunt test 运行测试。 这将从获取测试部门,并在端口8000上的本地服务器中针对运行它们。 API文档 演示版 目前, 有一些。 用法 首先,在您的应用程序中包含decipher.history模块: angular . module ( 'myApp' , [ 'decipher.history' ] ) ; 接下来,您需要将“ History服务注入到您的组件中:


【文件预览】:
angular-history-master
----.gitignore(45B)
----package.json(490B)
----.travis.yml(253B)
----Gruntfile.js(2KB)
----LICENSE(1KB)
----history.js(50KB)
----README.md(14KB)
----bower.json(426B)
----docs()
--------font()
--------js()
--------css()
--------index.html(8KB)
--------favicon.ico(1KB)
--------grunt-scripts()
--------partials()
----test()
--------test-history.html(569B)
--------test-history.js(20KB)
----.editorconfig(220B)

网友评论