Skip to content

Commit f6f6a55

Browse files
committed
fix rouge comma in example
1 parent 7ebab55 commit f6f6a55

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
@@ -1030,7 +1030,7 @@ function FormCtrl($scope) {
10301030
type: "radiobuttons",
10311031
titleMap: [
10321032
{ value: "one", name: "One" },
1033-
{ value, "two", name: "More..." }
1033+
{ value: "two", name: "More..." }
10341034
]
10351035
}
10361036
];

0 commit comments

Comments
 (0)