We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cf33c9 + 1d25147 commit 7517ff8Copy full SHA for 7517ff8
src/directives/array.js
@@ -43,7 +43,7 @@ angular.module('schemaForm').directive('sfArray', ['sfSelect', 'schemaForm', 'sf
43
// the outside so let's watch for that. We use an ordinary watch since the only case
44
// we're really interested in is if its a new instance.
45
scope.$watch('model' + sfPath.normalize(form.key), function(value) {
46
- scope.modelArray = value;
+ list = scope.modelArray = value;
47
});
48
49
// Since ng-model happily creates objects in a deep path when setting a
0 commit comments