I'm working on a route
.state('mystate', {
url: '/{id}',
templateUrl: '/views/partial.html'
});
The id parameter needs to be in the form of a GUID like "2a542f61-5fff-4607-845d-972e6c3ad1e4". How can I include this format in the URL "url: '/{id:?what should i put here}'".