fix: reload PR and Gist views when resource IDs change

This commit is contained in:
tdurieux
2026-09-06 10:47:20 +02:00
parent a6e17e18d9
commit 66e4be0a0c
4 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -93,13 +93,13 @@ angular
templateUrl: "/partials/pullRequest.htm",
controller: "pullRequestController",
title: "Anonymous pull request Anonymous GitHub",
reloadOnUrl: false,
reloadOnSearch: false,
})
.when("/gist/:gistId/:path*?", {
templateUrl: "/partials/gist.htm",
controller: "gistController",
title: "Anonymous gist Anonymous GitHub",
reloadOnUrl: false,
reloadOnSearch: false,
})
.when("/r/:repoId/:path*?", {
templateUrl: "/partials/explorer.htm",
+1 -1
View File
File diff suppressed because one or more lines are too long