I have this route
.state('mystate', {
url: '/{id}',
templateUrl: '/views/partial.html'
});
The id param should be a guid in form like this "2a542f61-5fff-4607-845d-972e6c3ad1e4". How do i add this in the url "url: '/{id:?what should i put here}'".