Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / controllers / form / ym-leaf-list.controller.js
similarity index 87%
rename from modules/yangman-resources/src/main/resources/yangman/controllers/form/leaf-list.controller.js
rename to modules/yangman-resources/src/main/resources/yangman/controllers/form/ym-leaf-list.controller.js
index 54b3d257f716f7b2e6872ec5174330b164ffa2c5..190287bf37f1a8853c8ee01b8daefc391f465eca 100644 (file)
@@ -1,11 +1,11 @@
 define([], function () {
     'use strict';
 
-    angular.module('app.yangman').controller('LeafListCtrl', LeafListCtrl);
+    angular.module('app.yangman').controller('YMLeafListCtrl', YMLeafListCtrl);
 
-    LeafListCtrl.$inject = ['$scope'];
+    YMLeafListCtrl.$inject = ['$scope'];
 
-    function LeafListCtrl($scope){
+    function YMLeafListCtrl($scope){
         var yangLeafList = this;
 
         // methods