Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / operational / choice.tpl.html
index 2be813e3525ad388ebc9442974ffe314ffa9947c..eef1c335959f4718e8d6ae941e37fdeefd822bf3 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}"
      ng-show="node.isFilled()">
@@ -35,4 +35,4 @@
          ng-include="yangForm.viewPath + '/operational/' + 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>