I want to make my input a default value as a small validate for user. But I can't seem to make it work since ngModel make it goes blank all the time.
<p class="mgRight">Second: <input type="number" min="1" [(ngModel)]="secondOnce" [(ng-init)]="secondOnce='1'" /></p>