فهرست منبع

should be able to navigate to folder with only uid

Marcus Efraimsson 7 سال پیش
والد
کامیت
f73f0e69e0
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      public/app/routes/routes.ts

+ 2 - 2
public/app/routes/routes.ts

@@ -150,8 +150,8 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
       controllerAs: 'ctrl',
       controllerAs: 'ctrl',
     })
     })
     .when('/dashboards/f/:uid', {
     .when('/dashboards/f/:uid', {
-      templateUrl: 'public/app/features/dashboard/partials/folder_dashboards.html',
-      controller: 'FolderDashboardsCtrl',
+      templateUrl: 'public/app/features/folders/partials/folder_dashboards.html',
+      controller: FolderDashboardsCtrl,
       controllerAs: 'ctrl',
       controllerAs: 'ctrl',
     })
     })
     .when('/explore', {
     .when('/explore', {