ng-table
ng-table copied to clipboard
When the url parameter is Chinese, incorrect parameters
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)
"ng-table": "~1.0.0",
I tried to remove all the encodeURIComponent, and the result was right.
@tossp Has not yet fix
+1
+1