Gaël Métais il y a 10 ans
Parent
commit
6eefc0a623
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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');
             }
         }
-    }
+    };
 
 }]);