Skip to content

Commit ed6af72

Browse files
committed
Merge pull request #540 from eknowles/patch-1
fix rouge comma in example
2 parents 63f5802 + f6f6a55 commit ed6af72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ function FormCtrl($scope) {
10321032
type: "radiobuttons",
10331033
titleMap: [
10341034
{ value: "one", name: "One" },
1035-
{ value, "two", name: "More..." }
1035+
{ value: "two", name: "More..." }
10361036
]
10371037
}
10381038
];

0 commit comments

Comments
 (0)