I'm using AngularJS
and Wamp Server
.
In the program I'm doing I have an array:
($rootScope.fruits = ["banana","maça","laranja",'época'];)
That is giving problems in the accents. Then I put it in plunker to show the code and there the accent works ...
Can anyone tell me what I do to fix this on my machine?