Filtro funzionante, manca la cancellazione
[YouAndWeb_TwoToc] / client / app / partecipa / partecipa.controller.js
index ab4b740..5783fba 100755 (executable)
@@ -74,7 +74,7 @@ angular.module('dashboardApp')
     $scope.loadCount = 0;
        $scope.loadShows();
   };
-
+  
   // load categories
   $http.get('/api/categories?active=true').then(function(response) {
     $scope.categories = response.data;