Skip to content

Commit 67dd753

Browse files
committed
angular copy on debug values
1 parent dc48034 commit 67dd753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/base/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
$scope.model = {};
2323

24-
$scope.debug = {schema: $scope.schema, form: $scope.form};
24+
$scope.debug = {schema: angular.copy($scope.schema), form: angular.copy($scope.form)};
2525

2626
});
2727

0 commit comments

Comments
 (0)