This commit is contained in:
Gaël Métais
2014-12-21 11:48:35 +01:00
parent ed4f448370
commit 6eefc0a623
+1 -1
View File
@@ -29,6 +29,6 @@ menuService.factory('Menu', ['$location', function($location) {
console.err('Undefined Menu.changePage() destination');
}
}
}
};
}]);