Explorar el Código

reset kw on filter

David hace 10 años
padre
commit
1ff1f2f4e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      front/js/app.js

+ 1 - 1
front/js/app.js

@@ -99,7 +99,7 @@ app.controller('main', function($scope,$http,$sce) {
 		$scope.mindate=undefined;
 		$scope.maxdate=undefined;
 		$scope.site=undefined;
-		$scope.kw=[];
+		$scope.selected_kw=[];
 		$scope.minweight="1";
 		$scope.title=undefined;
 		$scope.category="-1";