Skip to content

Commit 5a88f8d

Browse files
committed
Merge pull request #1 from sashless/fix/syntaxErrorInHtml
decorators/bootstrap/default: removed unnecessary semicolon
2 parents 9115081 + 159eb92 commit 5a88f8d

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)