Skip to content

Commit

Permalink
Merge pull request #1 from pbres/pbres-patch-1
Browse files Browse the repository at this point in the history
Removed '#' from 'value' when generating alias
  • Loading branch information
pbres authored Nov 4, 2017
2 parents 827e79c + 576a790 commit c07b96a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function entityResource($q, $http, umbRequestHelper) {
if (!value) {
return "";
}

value = value.replace('#', '');
return umbRequestHelper.resourcePromise(
$http.get(
umbRequestHelper.getApiUrl(
Expand Down

0 comments on commit c07b96a

Please sign in to comment.