Skip to content

Commit

Permalink
move comment in encoder.mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
taxpon committed Aug 30, 2017
1 parent b29b1c7 commit ba2a6ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
import { QueryEncoder } from "@angular/http";

/**
* CustomQueryEncoderHelper
* Fix plus sign (+) not encoding, so sent as blank space
* See: https://github.com/angular/angular/issues/11058#issuecomment-247367318
*/
import { QueryEncoder } from "@angular/http";

export class CustomQueryEncoderHelper extends QueryEncoder {
encodeKey(k: string): string {
k = super.encodeKey(k);
Expand Down

0 comments on commit ba2a6ec

Please sign in to comment.