Gaël Métais 10 năm trước cách đây
mục cha
commit
6eefc0a623
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');
             }
         }
-    }
+    };
 
 }]);