route
.when('/:lang/:page/:id/:attribute', {
template : '',
controller : lang
})
.when('/:lang/guide/:id', {
templateUrl : '/view/guide.html',
controller : guide
});
example.com/ru/guide/1
lang
и gudie
lang
. Как можно настроить роутинг, чтобы срабатывали оба?