node res.render changes view but not url
问题 I am sending an id from a jade view to its controller (backend), the controller then queries mongodb and the result is sent to a new jade view - angular . The results & view appear but URL stays the same (previous view), thus if I F5 the current view, it reloads the previous view. So the route is: view->node->angular Ideas? jade launcher view form(method="post") input(type="hidden" name="id" value=cart._id) input(type='hidden', name='_csrf', value=_csrf) button.btn.product.btn-primary(type=