Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / operational / rpc.tpl.html
index dbf76655d1a0118e4819af74241db5a84383d915..417eeba82619c118d52282bdae8fb7cb96848c60 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}"
      ng-show="node.isFilled()">
@@ -30,4 +30,4 @@
         <div ng-repeat="node in node.getChildren(null,null,constants.NODE_UI_DISPLAY)"
              ng-include="yangForm.viewPath + '/operational/' + node.type + '.tpl.html'"></div>
     </div>
-</div>
\ No newline at end of file
+</div>