From 34f261588f9cf4497f5761b40481aab235b55fa3 Mon Sep 17 00:00:00 2001 From: utkarshcmu Date: Fri, 5 Feb 2016 00:35:02 -0800 Subject: [PATCH] Fixed snapshot route --- public/app/core/routes/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/routes/all.js b/public/app/core/routes/all.js index 6c6ec4f0724..2d313d7322f 100644 --- a/public/app/core/routes/all.js +++ b/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', })