##// END OF EJS Templates
release: Bump version 1.1.1 to 1.2.0
release: Bump version 1.1.1 to 1.2.0

File last commit:

r72:3c69f25a
r163:01b31e00 1.2.0 1.x-branch
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>