标签: angularjs
我已使用locationchangestart阻止点击退格键时dialog关闭。它通常适用于所有对话框。因此,在关闭对话框时,它不适用于路径更改。我怎么能限制这个?当我关闭对话框时,我需要更改$location.path。请建议。
locationchangestart
dialog
$location.path
答案 0 :(得分:0)
如果您的模型是
$scope.closeLoginModal = function () { $location.path("/myhome"); }); };