AngularJS的视图设置为utf-8: code Inspector, 但我不能让我的角色像áóíé在我的一个观点(不是每个人)中都有效。该观点的代码:
<ion-view title="Informaciones">
<ion-content padding="true" class="has-header padding-content" scroll="false">
<a href="" onclick="window.open('some url', '_system', 'location=yes'); return false;">
<div class="card card-button">
<i class="icon icon-bg bg-energized ion-information"></i>
<h3>Términos de Uso</h3>
</div>
</a>
</ion-content>
</ion-view>
这里运作正常: enter image description here