标签: angularjs
我认为角度JS中的documentation非常老,而且它不起作用,因为我试图使用模式匹配。这是来自网站的确切文档。
// will only match a contactId of one to eight number characters url: "/contacts/{contactId:[0-9]{1,8}}"
这是我的路线
when('/item/{item_id:[0-9]{1,8}}'
并且它不适用于
/item/924523