##// END OF EJS Templates
channelstream: bind this to proper context
channelstream: bind this to proper context

File last commit:

r0:548a840d
r66:64ab3075
Show More
parent_view.html
7 lines | 175 B | text/html | HtmlLexer
<div class="row">
<div class="col-sm-3" id="menu">
<div ng-include="'templates/user/menu.html'"></div>
</div>
<div class="col-sm-9" ui-view></div>
</div>