1

我正在尝试使用 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的示例的复制粘贴,它不起作用。有人看到上述版本有任何问题吗?

4

1 回答 1

1

实际上这里的版本没有错。这只是愚蠢的我,在调用 angular.module 时没有将“schemaForm”放入要求中。

于 2014-09-30T07:45:43.513 回答