如果我在服务器上设置ID产品,我在AngularJS中通过http.get在客户端上显示的产品列表。
并在列表html中我有: a href =“/ product / edit / {{product.id}}”>编辑
然后我点击链接,我有地址
http://localhost:3000/product/edit/1498057091291 在节点我有 router.get('/ edit /:id',function(req,res,next)
如果我在节点中设置它,我如何使用url从AngularJS变量下载,并且我不在AngularJS中使用NgRoute?
抱歉我的英文