HTML:
<textarea ng-model="user.ban_reason"></textarea>
最初の禁止理由は空です。ただし、デフォルト値を提供したいと思います。しかし
<textarea ng-model="user.ban_reason">reason</textarea>
動作しません。
それを行う方法はありますか?
HTML:
<textarea ng-model="user.ban_reason"></textarea>
最初の禁止理由は空です。ただし、デフォルト値を提供したいと思います。しかし
<textarea ng-model="user.ban_reason">reason</textarea>
動作しません。
それを行う方法はありますか?