I am loading some folders (albums) of images on a list to further open the images according to each list item click. I don´t use database in this part of the app.
My problem is that some folders named with accents are not displaying the accented character. "Álbum" is displayed "lbum".
Is there a way to fix this in the app script?
Framework: Ionic + angularjs
Link Copied
I suspect this is an Angular issue. Here are some related SO post that might provide some clues:
I'm sure there are many others.
For more complete information about compiler optimizations, see our Optimization Notice.