refactor: migrate account-menu to react - initial UI

This commit is contained in:
VardanHakobyan
2021-05-26 22:30:32 +04:00
parent d738594a9c
commit 844b43e2fb
11 changed files with 739 additions and 4 deletions

View File

@@ -14,9 +14,9 @@
.sk-panel-column.stretch
form(ng-submit="ctrl.submit()")
input.sk-input.contrast(
ng-model="ctrl.formData.input"
should-focus="true"
sn-autofocus="true"
ng-model="ctrl.formData.input"
should-focus="true"
sn-autofocus="true"
type="{{ctrl.type}}"
)
.sk-panel-footer