我需要做这样的事情
$httpBackend.whenGET('http://url:port/whatever').passThrough();
到目前为止,我使用的所有请求都使用这种模式
$httpBackend.whenGET('myroute/whatever.html').passThrough();
但是,我想我现在必须使用以 /regex/ 开头的正则表达式,但我不知道如何赶上 url
任何帮助将不胜感激,在此先感谢
我需要做这样的事情
$httpBackend.whenGET('http://url:port/whatever').passThrough();
到目前为止,我使用的所有请求都使用这种模式
$httpBackend.whenGET('myroute/whatever.html').passThrough();
但是,我想我现在必须使用以 /regex/ 开头的正则表达式,但我不知道如何赶上 url
任何帮助将不胜感激,在此先感谢