Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / rpc.tpl.html
index bb07658f7234f19f5e5f82758f9b71bcfc562d96..30e8c2a469eb5cbc3cc8e57cf61aaa3dac2a0f01 100644 (file)
@@ -1,4 +1,4 @@
-<div ng-controller="RpcCtrl as yangRpc"
+<div ng-controller="YMRpcCtrl as yangRpc"
      class="yangmanModule__right-panel__form__element-container"
      ng-class="{'expanded' : node.expanded}">
 
@@ -29,4 +29,4 @@
         <div ng-repeat="node in node.getChildren(null,null,constants.NODE_UI_DISPLAY) | ymOnlyConfigElem"
              ng-include="yangForm.viewPath + '/config/' + node.type + '.tpl.html'"></div>
     </div>
-</div>
\ No newline at end of file
+</div>