Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 7c88db9

Browse files
author
Kent C. Dodds
committed
Styling the submit button with a reasonable default
1 parent de2835c commit 7c88db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/formly-form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
index="$index"
88
ng-hide="field.hide">
99
</formly-field>
10-
<button type="submit"
10+
<button type="submit" class="btn btn-primary"
1111
ng-hide="options.hideSubmit">
1212
{{options.submitCopy || "Submit"}}
1313
</button>

0 commit comments

Comments
 (0)