Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / controllers / form / ym-case.controller.js
similarity index 64%
rename from modules/yangman-resources/src/main/resources/yangman/controllers/form/case.controller.js
rename to modules/yangman-resources/src/main/resources/yangman/controllers/form/ym-case.controller.js
index 6136e4b2f52ab7ffbbed880f6d7f28dc75ed87ec..0427c9e360bc5e01a3096f1ac04774f8561fb274 100644 (file)
@@ -1,11 +1,11 @@
 define([], function () {
     'use strict';
 
-    angular.module('app.yangman').controller('CaseCtrl', CaseCtrl);
+    angular.module('app.yangman').controller('YMCaseCtrl', YMCaseCtrl);
 
-    CaseCtrl.$inject = ['$scope'];
+    YMCaseCtrl.$inject = ['$scope'];
 
-    function CaseCtrl($scope){
+    function YMCaseCtrl($scope){
         var yangCase = this;
 
         yangCase.empty = ($scope.case.children.length === 0 ||