From 7ab4f5f44e26c4193c03178652f2876b80d013ae Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Sat, 25 Jun 2016 16:44:01 +0200 Subject: [PATCH] Fix spec: should generate default form def from a schema Fieldset defaults will include the key attributed (commit 730ca356) --- test/services/schema-form-test.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/services/schema-form-test.js b/test/services/schema-form-test.js index 2e604c021..190a64034 100644 --- a/test/services/schema-form-test.js +++ b/test/services/schema-form-test.js @@ -138,6 +138,9 @@ describe('schemaForm', function() { }, "ngModelOptions": {}, "type": "fieldset", + "key": [ + "attributes" + ], "items": [ { "title": "Eye color", @@ -182,6 +185,10 @@ describe('schemaForm', function() { }, "ngModelOptions": {}, "type": "fieldset", + "key": [ + "attributes", + "shoulders" + ], "items": [ { "title": "left",