File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
631631We 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.
656656We 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.
729729We can change this with ` ` ` style` ` ` attribute:
730730` ` ` javascript
731731function FormCtrl ($scope ) {
You can’t perform that action at this time.
0 commit comments