angular-json-editor:带有 json 编辑器的角度

时间:2024-07-18 18:12:30
【文件属性】:

文件名称:angular-json-editor:带有 json 编辑器的角度

文件大小:57KB

文件格式:ZIP

更新时间:2024-07-18 18:12:30

JavaScript

角度-json-编辑器 带有角度的 json 编辑器。 这个指令让你更容易使用 [json-editor] ( ) 用法 从./lib/dist/angular.json.editor.js获取 js angular . module ( 'myApp' , [ 'json-editor' ] ) . controller ( 'myCtrl' , function ( '$scope' ) { $scope . options = { /* JSON data */ } ; $scope . data = { /* JSON data or API */ } ; } ) 再次在 html 中,您可以像这样使用它: < script src =" ./bower_components/angular/


【文件预览】:
angular-json-editor-master
----index.html(3KB)
----vendors()
--------jsoneditor.min.js(121KB)
----bower.json(408B)
----lib()
--------angular.json.editor.js(284B)
--------controllers()
--------directives()
--------dist()
----gulpfile.js(559B)
----README.md(933B)
----.gitignore(52B)
----package.json(1KB)

网友评论