Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / types / enumeration.tpl.html
index 99b323357226f2dfe70a66bed00c91e2bbd1691e..4a1826fbf61eb227a84e19dd819bf430631e6faa 100644 (file)
@@ -1,7 +1,7 @@
-<md-input-container ng-controller="TypeEnumCtrl as yangTypeEnum">
+<md-input-container ng-controller="YMTypeEnumCtrl as yangTypeEnum">
     <md-select ng-model="type.selEnum" md-on-close="yangTypeEnum.valueChanged()" ng-disabled="{{ yangOutput.notEditable }}">
         <md-option ng-repeat="enum in type.getChildren('enum')" ng-value="enum">
             {{enum.label}}
         </md-option>
     </md-select>
-</md-input-container>
\ No newline at end of file
+</md-input-container>