first version of the exploration of repositories

This commit is contained in:
tdurieux
2020-06-05 13:17:10 +02:00
parent 322e14608d
commit 141d016aae
25 changed files with 12423 additions and 577 deletions
+4
View File
@@ -0,0 +1,4 @@
<pre ng-if="type == 'text'" ng-bind="content" class="file-content"></pre>
<div ng-if="type == 'html'" ng-bind-html="content" class="file-content"></div>
<pre ng-if="type == 'code'"><code class="hljs" ng-bind="content"></code></pre>
<div ng-if="content == null" class="file-error">Empty file!</div>