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