Explorar o código

Merge pull request #3947 from utkarshcmu/route-fix

Fixed snapshot route
Carl Bergquist %!s(int64=10) %!d(string=hai) anos
pai
achega
a6c736b8a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/app/core/routes/all.js

+ 1 - 1
public/app/core/routes/all.js

@@ -138,7 +138,7 @@ define([
         controller : 'ResetPasswordCtrl',
       })
       .when('/dashboard/snapshots', {
-        templateUrl: 'app/features/snapshot/partials/snapshots.html',
+        templateUrl: 'public/app/features/snapshot/partials/snapshots.html',
         controller : 'SnapshotsCtrl',
         controllerAs: 'ctrl',
       })