Skip to content

Commit

Permalink
Closes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
shprink committed Jun 24, 2015
1 parent 4aee372 commit 0a223ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/taxonomies/taxonomies.service.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = angular.module('wordpress-hybrid-client.taxonomies').factory '$

if slug
$filter('translate') trans,
name: slug
name: decodeURIComponent slug
else
$filter('translate') trans

Expand Down

1 comment on commit 0a223ff

@mingxia
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's ok now! thanks...

Please sign in to comment.