我正在尝试使用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复制粘贴的示例,它不能工作。有没有人看到上面的版本有什么问题?
发布于 2014-09-30 15:45:44
实际上,这里的版本没有任何问题。我太傻了,在调用angular.module的时候没有把'schemaForm‘放在requires中。
https://stackoverflow.com/questions/26104438
复制相似问题