Skip to content

Commit 159eb92

Browse files
committed
decorators/bootstrap/default: removed unnecessary semicolon
1 parent edec694 commit 159eb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/decorators/bootstrap/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
type="{{form.type}}"
66
sf-changed="form"
77
placeholder="{{form.placeholder}}"
8-
class="form-control",
8+
class="form-control"
99
ng-required="form.required"
1010
ng-model="$$value$$"
1111
schema-validate="form.schema">

0 commit comments

Comments
 (0)