Parameter | Details |
---|---|
decode | Converts URL value (string) to the value available in $stateParams |
encode | Converts a value to the string that will be used in the URL |
equals | Verifies if two values are equal from the type's point of view |
is | Checks if the value can be used as defined parameter type |
pattern | Ensures that the values from URL matches this pattern when route resolves |