Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit c202ebc

Browse files
author
Kent C. Dodds
committed
Fixing issue with console errors in the demo
1 parent 109d787 commit c202ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/home.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ app.controller('home', function($scope, $parse, formlyOptions, $window, usingCus
203203
};
204204
$scope.submittedData = null;
205205
$scope.formData = {};
206+
$scope.hiddenFormData = {};
206207
$scope.formFieldsStr = $scope.toPrettyJSON($scope.formFields, 4);
207208
$scope.formOptionsStr = $scope.toPrettyJSON($scope.formOptions, 4);
208209
$scope.formFieldsError = false;

0 commit comments

Comments
 (0)