Skip to content

Commit 3f03503

Browse files
committed
Typo broke conditions
1 parent 9c27b7e commit 3f03503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ angular.module('schemaForm').provider('sfBuilder', ['sfPathProvider', function(s
106106
// but be nice to existing ng-if.
107107
if (args.form.condition) {
108108
var evalExpr = 'evalExpr(' + args.path +
109-
'.contidion, { model: model, "arrayIndex": $index})';
109+
'.condition, { model: model, "arrayIndex": $index})';
110110
if (args.form.key) {
111111
var strKey = sfPathProvider.stringify(args.form.key);
112112
evalExpr = 'evalExpr(' + args.path + '.condition,{ model: model, "arrayIndex": $index, ' +

0 commit comments

Comments
 (0)