Skip to content

Commit abcda2f

Browse files
committed
Merge pull request #396 from golfmat1/development
Global option propagation
2 parents bdf8022 + dc40258 commit abcda2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/schema-form.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ angular.module('schemaForm').provider('schemaForm',
182182
path: path,
183183
required: required || false,
184184
lookup: options.lookup,
185-
ignore: options.ignore
185+
ignore: options.ignore,
186+
global: options.global
186187
});
187188
if (def) {
188189
f.items.push(def);

0 commit comments

Comments
 (0)