在$ http.get中如何匹配动态网页ID

时间:2016-04-17 10:40:53

标签: javascript jquery html angularjs ajax

dhmsApp.controller('dhmsDetailsView',function($scope,$http, $routeParams){
    console.log($routeParams.id);
    $http.get("include/detailViewBg.php").success(function (response) {$scope.names = response});
});

我在控制器中遇到了$routeParams.id,但我的问题是如何匹配$routeParams.id中的$http.get()

谢谢

0 个答案:

没有答案