model access-web
This commit is contained in:
parent
6fb1ae4112
commit
ce34c4c151
|
@ -1,14 +1,16 @@
|
|||
<vn-vertical full-height pad-medium>
|
||||
<form ng-submit="$ctrl.submit()">
|
||||
<vn-vertical class="form">
|
||||
<vn-one>
|
||||
<h3>Acceso Web</h3>
|
||||
</vn-one>
|
||||
<vn-two>
|
||||
<vn-check label="Acceso web activo"></vn-check>
|
||||
<vn-check label="Acceso web activo" model="$ctrl.model.active"></vn-check>
|
||||
</vn-two>
|
||||
<vn-three>
|
||||
<vn-textfield label="USUARIO" class="pada-medium-top"></vn-textfield>
|
||||
<vn-textfield label="USUARIO" class="pada-medium-top" model="$ctrl.model.usuario"></vn-textfield>
|
||||
</vn-three>
|
||||
<vn-four>
|
||||
<vn-button text="Generar Contraseña" class="pad-medium-top"></vn-button>
|
||||
<vn-submit class="colored" text="Guardar"></vn-submit>
|
||||
</vn-four>
|
||||
</vn-vertical>
|
||||
</vn-vertical>
|
||||
</form>
|
Loading…
Reference in New Issue