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

Commit 2bf9738

Browse files
committed
Adding css class for easy styling
1 parent bfa55af commit 2bf9738

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
@@ -2,6 +2,7 @@
22
<formly-field ng-repeat="field in fields"
33
options="field"
44
form-value="value"
5+
class="formly-field"
56
form-id="{{options.uniqueFormId}}"
67
index="{{$index}}">
78
</formly-field>

0 commit comments

Comments
 (0)