vcell / data /vcell-api /webapp /auth /login-form.html
introvoyz041's picture
Migrated from GitHub
9d54b72 verified
<div>
<form name="loginForm" ng-controller="LoginController" ng-submit="login(credentials)" novalidate>
<label for="username">Username:</label> <input type="text" id="username" ng-model="credentials.username">
<label for="password">Password:</label> <input type="password" id="password" ng-model="credentials.password">
<button type="submit">Login</button>
</form>
</div>