diff --git a/docs/index.md b/docs/index.md index a91f601c5..68f33fc92 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1030,7 +1030,7 @@ function FormCtrl($scope) { type: "radiobuttons", titleMap: [ { value: "one", name: "One" }, - { value, "two", name: "More..." } + { value: "two", name: "More..." } ] } ];