I have read in many pots that malformed URI error is comes due to the fact that angularjs override the encodeURIComponent with encodeUriQuery.
Is there any way I can override encodeUriQuery in my controller or component without changing angular file?
Both
encodeURIComponentandangular.$$encodeUriQueryproperly encode%characters:The
%character is disallowed and should never appear in a URL/URI.