Explorar o código

return kw with weight

David %!s(int64=9) %!d(string=hai) anos
pai
achega
066b82b0fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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){
 		}