我正在尝试使用 angular-schema-form 构建一个简单的测试应用程序,但没有成功。
{
"name": "schema form test",
"private": true,
"dependencies": {
"angular": "^1.3.x",
"angular-route": "1.3.x",
"angular-schema-form": "0.7.3",
"tv4": "~1.0.15",
"angular-sanitize": ">= 1.2",
"objectpath": "~1.0.4",
"jquery": "~2.1.x",
"jquery-ui": "~1.11.x"
},
"resolutions": {
"angular": "^1.3.x"
}
}
然后代码实际上是来自https://github.com/Textalk/angular-schema-form的示例的复制粘贴,它不起作用。有人看到上述版本有任何问题吗?