Skip to content

Commit 6fe0378

Browse files
committed
Added defaultFormDefinition to the Provider API.
1 parent 873a27c commit 6fe0378

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/services/schema-form.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,9 @@ angular.module('schemaForm').provider('schemaForm',
219219
/**
220220
* Provider API
221221
*/
222-
this.defaults = defaults;
223-
this.stdFormObj = stdFormObj;
222+
this.defaults = defaults;
223+
this.stdFormObj = stdFormObj;
224+
this.defaultFormDefinition = defaultFormDefinition;
224225

225226
/**
226227
* Register a post process function.

0 commit comments

Comments
 (0)