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 686965d commit a9deddeCopy full SHA for a9dedde
src/bootstrap-example.html
@@ -51,7 +51,7 @@ <h3>Model</h3>
51
angular.module('test',['schemaForm','ui.ace']);
52
53
function TestCtrl($scope){
54
- $scope.person = { gender: 'null' };
+ $scope.person = { favorite: 'NaN' };
55
56
$scope.schema = {
57
"type": "object",
0 commit comments