Explorar el Código

return kw with weight

David hace 9 años
padre
commit
09fd9ddbbc
Se han modificado 1 ficheros con 1 adiciones y 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.keywords;
+			$scope.keywords = data.data.keywords;
         },
 		function(data){
 		}