From f6f6a5519a7b797fb48d006c0b49c500df56d16f Mon Sep 17 00:00:00 2001 From: Edward Knowles Date: Mon, 14 Sep 2015 16:22:35 +0100 Subject: [PATCH] fix rouge comma in example --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..." } ] } ];