I'm struggling with the code below. It seems that there is an issue with mixing resource and la. Any suggestions on how to properly integrate these elements?
<div class="form-group" ng-repeat="la in lang">
<label class="col-lg-2 control-label">{{la}}</label>
<div class="col-lg-10">
<textarea ui-tinymce ng-model="resource.la"></textarea>
</div>
</div>
</div>