I'm developing a project in angular 1.2, I have a problem with utf-8 encoding and the angular binding, some chars like "ñ" throw an error:
HTML
<select class="form-control " ng-model="IdDesempeño">
Angular error
Lexer Error: Unexpected next character
I've got a plunker demo
Do you have any idea what's going on?