Skip to content

Commit bf7af50

Browse files
committed
birthdate is date-time again
1 parent 256541d commit bf7af50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app/person/person.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ angular.module('makeithappen').controller('PersonController', function() {
3030
},
3131
"birthDate": {
3232
"type": "string",
33-
"format": "date"
33+
"format": "date-time"
3434
},
3535
"nationality": {
3636
"type": "string",

0 commit comments

Comments
 (0)