Gaël Métais 10 vuotta sitten
vanhempi
commit
6eefc0a623
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      front/src/js/services/menuService.js

+ 1 - 1
front/src/js/services/menuService.js

@@ -29,6 +29,6 @@ menuService.factory('Menu', ['$location', function($location) {
                     console.err('Undefined Menu.changePage() destination');
             }
         }
-    }
+    };
 
 }]);