droptheplot
droptheplot

Reputation: 628

AngularJS cyrillic characters and get params

When i try to send cyrillic characters as get params

at first i was like

They are transformed into that

but then i

What am I doing wrong?

Upvotes: 0

Views: 472

Answers (1)

fhollste
fhollste

Reputation: 795

That's normal, use decodeURIComponent() to decode the url paramaters

http://www.w3schools.com/jsref/jsref_decodeuricomponent.asp

Upvotes: 1

Related Questions