Textarea content problem

Hi,

I’ve a ionicpopup and inside a textarea.
And i try to write automatically inside the textarea.
In the HTML i can see the good content but on my app i’ve nothing…

My code:

<label class="label-perso">Commentaire:</label>
	
<textarea class="textarea-perso" ng-model="data.comment">Acquitté par {{username}}</textarea>

If someone can help me?!

Thank’s