Questions tagged [decodeuricomponent]

No instructions have been provided for this tag at this time.

ng-include failing to retrieve file name containing UTF-8 character

I encountered an issue with the ng-include directive in the code snippet below. The file name it's trying to access contains a special character, specifically an ñ, resulting in a not found error being displayed. <div ng-include="'{{mainCtrl.name}}.ht ...