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