gpt4 book ai didi

javascript - 如何重定向到另一个页面并在angularjs中刷新它?

转载 作者:行者123 更新时间:2023-12-02 15:28:05 30 4
gpt4 key购买 nike

单击按钮时我正在调用这样的函数

<a href="#" ng-click="submit()">Submit</a>

我的 Controller 代码是这样的

$scope.submit = function(){
$state.go('app.calendar');
}

此代码将我带到日历页面。但之后该页面应该重新加载。谁能帮帮我..

最佳答案

使用这个::

$scope.submit = function(){
$location.path('/calendar'); //need to add the path of calendar page
}

关于javascript - 如何重定向到另一个页面并在angularjs中刷新它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33538040/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com