Files
meanTorrent/modules/about/client/views/forbidRules.client.view.html
2018-03-19 15:33:25 +08:00

4 lines
229 B
HTML

<section ng-controller="AboutController as vm"
ng-init="vm.getTemplateFileContent('/modules/about/client/templates/forbid-rules-'+vm.lang+'.md')">
<span ng-bind-html="vm.getTemplateMarkedContent()"></span>
</section>