Browse Source

return kw with weight

David 9 years atrás
parent
commit
066b82b0fb
1 changed files with 1 additions and 1 deletions
  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){
 		}