Я указал value, но инпуты остаются пустыми, почему так может быть?
<form novalidate class="css-form">
<input type="text" class="myinp loginame" placeholder="Логин" value="login.0" name="login" ng-model="user.name" required>
<input type="password" class="myinp password" placeholder="Пароль" value="password.0" name="password" ng-model="user.email" required>
<div class="clicker">
<button class="btn waves-effect waves-light" ng-click="forsend(user)">
Войти
<i class="material-icons right">send</i>
</button>
</div>
</form>