Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / operational / case.tpl.html
1 <div ng-controller="YMCaseCtrl as yangCase" ng-show="case.isFilled() && yangCase.empty">
2     <!-- case's children -->
3     <div ng-repeat="node in case.getChildren(null,null,constants.NODE_UI_DISPLAY)"
4          ng-include="yangForm.viewPath + '/operational/' + node.type + '.tpl.html'"></div>
5 </div>