##// END OF EJS Templates
Added tag 0.9.0 for changeset 5a37730acf4f
Added tag 0.9.0 for changeset 5a37730acf4f

File last commit:

r0:548a840d
r30:f353f709
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>