Angular filter
sraRPad source
The sraRPad Filter will take any value, convert it to a string and append the
string with either the char passed in or the space according to the length passed in.
Dependencies:
Name | Type | Description |
---|---|---|
value | Object | The value to append the characters to. |
length | integer | The number of characters to append, default 0. |
char | String | The string to append, default to space. |