Skip to content

Commit 1a18972

Browse files
authored
Update index.md
Apply update from @stsatlantis PR #768
1 parent c372bae commit 1a18972

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,13 +1112,14 @@ function FormCtrl($scope) {
11121112
key: "choice",
11131113
type: "radiobuttons",
11141114
style: {
1115-
selected: "btn-success",
1116-
unselected: "btn-default"
1117-
},
1118-
titleMap: [
1119-
{ value: "one", name: "One" },
1120-
{ value, "two", name: "More..." }
1121-
]
1115+
selected: "btn-success",
1116+
unselected: "btn-default"
1117+
},
1118+
titleMap: [
1119+
{ value: "one", name: "One" },
1120+
{ value, "two", name: "More..." }
1121+
]
1122+
}
11221123
];
11231124
}
11241125
```

0 commit comments

Comments
 (0)