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.
1 parent e2734c8 commit 1d25147Copy full SHA for 1d25147
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