Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:fknop/angular-pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
fknop committed Feb 8, 2017
2 parents 295cf47 + f131bb3 commit 6946036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import { RightPadPipe } from 'angular-pipes/src/string/right-pad.pipe';
{{ 'aaa' | rightpad: 5: 'b' }} <!-- 'aaabb' -->
```

####rightpad
####pad

Returns a padded string. It starts with left and then right.

Expand Down

0 comments on commit 6946036

Please sign in to comment.