##// END OF EJS Templates
frontend: latest compiled css and js
frontend: latest compiled css and js

File last commit:

r0:548a840d
r46:adb9a754
Show More
plugin_config.html
5 lines | 187 B | text/html | HtmlLexer
project: initial commit
r0 <div ng-repeat="tmpl in plugin_ctrlr.inclusions track by $index">
<div><strong>Plugin: {{tmpl.name}}</strong></div>
<ng-include src="tmpl.template"></ng-include>
<hr/>
</div>