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

Commit 0bc405a

Browse files
committed
fix formatting
1 parent 701bf3a commit 0bc405a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/directives/formly-field-radio.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
name="{{id}}"
1111
id="{{id + '_'+ $index}}"
1212
ng-value="option.value"
13-
ng-required="options.required"
13+
ng-required="options.required"
1414
ng-model="$parent.value">
1515
{{option.name}}
1616
</label>
1717
</div>
1818

19-
</div>
19+
</div>

0 commit comments

Comments
 (0)