Skip to content

Commit eba144a

Browse files
committed
Merge branch 'feature/webpack-babel' of https://github.com/json-schema-form/angular-schema-form into feature/webpack-babel
2 parents 17411b8 + 5ee98bb commit eba144a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h1>Schema Form Example</h1>
142142
<div class="col-sm-4">
143143
<h3>The Generated Form</h3>
144144

145-
<form name="ngform" sf-model="modelData" sf-form="form" sf-schema="schema" ng-submit="submitForm(ngform,modelData)"></form>
145+
<form name="ngform" sf-model="modelData" sf-form="form" sf-schema="schema" ng-submit="submitForm(ngform,modelData)" sf-options="{ formDefaults: { ngModelOptions: { updateOn: 'blur' } }}"></form>
146146
<!--
147147
<form name="ngform"
148148
sf-model="modelData"

0 commit comments

Comments
 (0)