Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / operational / case.tpl.html
index e36a08120be1d9a87d5ccf9fafa530330a8d4cb4..3f5103073b640bf454a0fcbdfab3f3ae8a7a1056 100644 (file)
@@ -1,5 +1,5 @@
-<div ng-controller="CaseCtrl as yangCase" ng-show="case.isFilled() && yangCase.empty">
+<div ng-controller="YMCaseCtrl as yangCase" ng-show="case.isFilled() && yangCase.empty">
     <!-- case's children -->
     <div ng-repeat="node in case.getChildren(null,null,constants.NODE_UI_DISPLAY)"
          ng-include="yangForm.viewPath + '/operational/' + node.type + '.tpl.html'"></div>
-</div>
\ No newline at end of file
+</div>