angularjs加載渲染完頁面怎么更改數據
2 回答

MM們
TA貢獻1886條經驗 獲得超2個贊
$scope.on_impersonate_success = function(response) {//$window.location.reload();//This cancels any current request
$location.path('/');//This works as expected, if path!= current_path};$scope.impersonate = function(username) {
return auth.impersonate(username). then($scope.on_impersonate_success, $scope.on_auth_failed);};
- 2 回答
- 0 關注
- 775 瀏覽
添加回答
舉報
0/150
提交
取消