文件名称:angular-json-editor
文件大小:13KB
文件格式:ZIP
更新时间:2024-07-18 09:37:26
JavaScript
JSON 编辑器 Angular 指令 包装指令。 JSON Editor 采用 JSON Schema 并使用它来生成 HTML 表单。 有关支持的架构属性和用法的更多信息,请查看原始 。 要求 该模块不包含原始的 json-editor 代码,但它包含在它的 bower 依赖项中。 安装 通过凉亭安装 bower install angular-json-editor --save 然后在你的 html 中包含指令和 json-editor(你也可以使用缩小版本) < script src =" bower_components/json-editor/dist/jsoneditor.js " > </ script > < script src =" bower_components/angular-json-editor/angular-json-editor.js "
【文件预览】:
angular-json-editor-master
----.jshintrc(1KB)
----.gitignore(71B)
----gruntfile.js(633B)
----.jscs.json(2KB)
----package.json(514B)
----src()
--------angular-json-editor.js(4KB)
----grunt()
--------concat.js(907B)
--------codestyle.js(498B)
--------uglify.js(768B)
--------connect.js(296B)
--------clean.js(163B)
----dist()
--------angular-json-editor.js(5KB)
--------angular-json-editor.min.js(2KB)
----.jshintignore(53B)
----README.md(3KB)
----demo()
--------app.js(2KB)
--------schema.json(548B)
--------index.html(2KB)
----bower.json(640B)