我不知道如何将变量从home.blade.php of Laravel传递给我的Controller.js of AngularJS。return View::make('pages.search')->with('searchid', $searchid);}我需要将这个变量传递给routeParams) console.log($routeParams.search);
$scope.
我正在尝试将我的状态作为道具从组件Locatione.js传递到Map.js,所以当我在Map.js中调用函数SendLocation时,支持是可用的。locatione={this.state} /> // when accesing this props in Map, I'm getting **null** }这是我的Map.js() => console.log("hi", this