關於js-angularJS的路由傳參

使用angular進行網頁跳轉傳參  html

  1. app.controller('payController', function ($scope, $location, payService) {  註明$location
  2. window.location.href = "paysuccess.html#?money=" + $scope.money;  #?傳參
  3. $scope.getMoney=function(){  $scope.money = $location.search()["money"];}    定義方法並在跳轉的頁面調用並經過{{money}}獲取參數
相關文章
相關標籤/搜索