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

Commit 2033f0b

Browse files
committed
added ability to hide submit button
1 parent 4352399 commit 2033f0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/directives/formly-form.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
index="{{$index}}">
77
</formly-field>
88
<button type="submit"
9+
ng-hide="options.hideSubmit"
910
ng-click="populateResult()">
1011
{{options.submitCopy || "Submit"}}
1112
</button>

0 commit comments

Comments
 (0)