mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 13:05:43 +02:00
4 lines
227 B
HTML
4 lines
227 B
HTML
|
|
<section ng-controller="AboutController as vm"
|
||
|
|
ng-init="vm.getTemplateFileContent('/modules/about/client/templates/manual-faq-'+vm.lang+'.md')">
|
||
|
|
<span ng-bind-html="vm.getTemplateMarkedContent()"></span>
|
||
|
|
</section>
|