소스 검색

return kw with weight

David 9 년 전
부모
커밋
066b82b0fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      front/js/app.js

+ 1 - 1
front/js/app.js

@@ -188,7 +188,7 @@ app.controller('keywords', function($scope,$http,$location) {
 	$scope.keywords=[];
 	$http.get("/pymnts/keywordsw").then(
 		function(data){
-			$scope.keywords = data;
+			$scope.keywords = data.keywords;
         },
 		function(data){
 		}