无法在$ http GET调用中设置查询参数

时间:2017-11-02 04:38:50

标签: javascript angularjs

我想从下拉列表中给出值,以$ http得到角度来显示它的记录。但它不会显示。这是我的代码btw。

的.js

let hash = window.location.hash;
hash = hash.startsWith('#') ? hash.substring(1) : hash;

1 个答案:

答案 0 :(得分:1)

更新此行以进行代码更正

$http.get('https://........a='+$scope.month).then(function(response){