ng-table icon indicating copy to clipboard operation
ng-table copied to clipboard

When the url parameter is Chinese, incorrect parameters

Open tossp opened this issue 9 years ago • 4 comments

https://github.com/esvit/ng-table/blob/master/src/scripts/ngTableParams.js#L508 esvit@6e7bf3a733f15987b5b3aefeb738f3d5c03aaa8e

RAM:test测试test测试
server want:test%E6%B5%8B%E8%AF%95test%E6%B5%8B%E8%AF%95
server result:test%25E6%25B5%258B%25E8%25AF%2595test%25E6%25B5%258B%25E8%25AF%2595

Result=encodeURIComponent(want)

tossp avatar Jun 27 '16 20:06 tossp

"ng-table": "~1.0.0", I tried to remove all the encodeURIComponent, and the result was right.

tossp avatar Jun 27 '16 21:06 tossp

@tossp Has not yet fix

slogeor avatar Jul 05 '16 08:07 slogeor

+1

RichardFans avatar Aug 08 '16 10:08 RichardFans

+1

likekaka avatar Apr 14 '17 13:04 likekaka