Merge "Enable to set step attribute for number input"

This commit is contained in:
Jenkins 2017-06-16 09:26:04 +00:00 committed by Gerrit Code Review
commit 8f84c0726d
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<input ng-if="!form.fieldAddonLeft && !form.fieldAddonRight"
ng-show="form.key"
type="{$::form.type$}"
step="any"
step="{$::form.step$}"
sf-changed="form"
placeholder="{$::form.placeholder$}"
class="form-control {$::form.fieldHtmlClass$}"
@ -26,7 +26,7 @@
ng-bind-html="form.fieldAddonLeft"></span>
<input ng-show="form.key"
type="{$::form.type$}"
step="any"
step="{$::form.step$}"
sf-changed="form"
placeholder="{$::form.placeholder$}"
class="form-control {$::form.fieldHtmlClass$}"