Skip to content
Snippets Groups Projects
Commit 9f080eda authored by Allen Gilliland's avatar Allen Gilliland
Browse files

fix missing dependency.

parent d00eeddd
Branches
Tags
No related merge requests found
......@@ -165,8 +165,8 @@ DatabasesControllers.controller('DatabaseEdit', ['$scope', '$routeParams', '$loc
]);
DatabasesControllers.controller('DatabaseTables', ['$scope', '$routeParams', 'Metabase',
function($scope, $routeParams, Metabase) {
DatabasesControllers.controller('DatabaseTables', ['$scope', '$routeParams', '$location', 'Metabase',
function($scope, $routeParams, $location, Metabase) {
Metabase.db_get({
'dbId': $routeParams.databaseId
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment