mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-08-16 00:40:19 +02:00
feat: add support to svg
This commit is contained in:
@@ -1261,7 +1261,7 @@ angular
|
|||||||
ts: "typescript",
|
ts: "typescript",
|
||||||
};
|
};
|
||||||
const textFiles = ["license", "txt"];
|
const textFiles = ["license", "txt"];
|
||||||
const imageFiles = ["png", "jpg", "jpeg", "gif"];
|
const imageFiles = ["png", "jpg", "jpeg", "gif", "svg"];
|
||||||
|
|
||||||
$scope.$on("$routeUpdate", function (event, current, old) {
|
$scope.$on("$routeUpdate", function (event, current, old) {
|
||||||
$scope.filePath = $routeParams.path || "";
|
$scope.filePath = $routeParams.path || "";
|
||||||
|
|||||||
Reference in New Issue
Block a user