$ location.path不在IE浏览器中刷新页面

时间:2015-09-01 12:51:40

标签: angularjs

我正在使用$location.path重定向到特定网址。这完全适用于其他浏览器,但在Internet Explorer中它不起作用。

我尝试过:

request.success(function (html) {
    if(html['success'] == 1){
        $("#couponFrm")[0].reset();
    }        
    $("#spinner").hide();
    if(html['success']){
        launch("notify", html['msg']);
        $location.path("/coupons`enter code here`");                
    }
    else{
        launch("error", html['msg']);     
    }    
}); 

0 个答案:

没有答案