mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-25 16:35:13 +00:00
4 lines
297 B
HTML
4 lines
297 B
HTML
<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> |