Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / choice.tpl.html
index 10cb18a85421047f1bfcdc66224dedeaf85f2c41..d316e2f85d59542ddcada5143c85561603b72ae7 100644 (file)
@@ -1,4 +1,4 @@
-<div ng-controller="ChoiceCtrl as yangChoice"
+<div ng-controller="YMChoiceCtrl as yangChoice"
      class="yangmanModule__right-panel__form__element-container"
      ng-class="{'expanded' : node.expanded}">
 
@@ -36,4 +36,4 @@
          ng-include="yangForm.viewPath + '/config/' + case.type +'.tpl.html'"
          ng-show="node.choice.id === case.id && node.expanded"
          ng-if="!(case.augmentationId && !augmentations.getAugmentation(case.parent, case.augmentationId).expanded)"></div>
-</div>
\ No newline at end of file
+</div>