Skip to content

Commit d69ec9e

Browse files
committed
Change documentation about button classes to reflect recent changes. Fixes #223
1 parent 76a6509 commit d69ec9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ As an object:
627627
}
628628
```
629629
630-
The submit button has btn-primary as default. The button has btn-default as default.
630+
The submit and other buttons have btn-default as default.
631631
We can change this with ```style``` attribute:
632632
```javascript
633633
{
@@ -652,7 +652,7 @@ the ```sf-schema``` directive.
652652
[
653653
```
654654
655-
The submit button has btn-primary as default. The button has btn-default as default.
655+
The submit and other buttons have btn-default as default.
656656
We can change this with ```style``` attribute:
657657
```javascript
658658
[
@@ -725,7 +725,7 @@ function FormCtrl($scope) {
725725
```
726726
727727
728-
With *radiobuttons*, both selected and unselected buttons have btn-primary as default.
728+
With *radiobuttons*, both selected and unselected buttons have btn-default as default.
729729
We can change this with ```style``` attribute:
730730
```javascript
731731
function FormCtrl($scope) {

0 commit comments

Comments
 (0)