Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / controllers / form / ym-rpc.controller.js
similarity index 78%
rename from modules/yangman-resources/src/main/resources/yangman/controllers/form/rpc.controller.js
rename to modules/yangman-resources/src/main/resources/yangman/controllers/form/ym-rpc.controller.js
index 0da375e742381b8aef508eccb2ab2eb9ca7f443f..b77e751f6354349e515a2aab7dd06c4986036c7e 100644 (file)
@@ -1,11 +1,11 @@
 define([], function () {
     'use strict';
 
-    angular.module('app.yangman').controller('RpcCtrl', RpcCtrl);
+    angular.module('app.yangman').controller('YMRpcCtrl', YMRpcCtrl);
 
-    RpcCtrl.$inject = ['$scope'];
+    YMRpcCtrl.$inject = ['$scope'];
 
-    function RpcCtrl($scope){
+    function YMRpcCtrl($scope){
         var yangRpc = this;
 
         // methods