Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / controllers / form / ym-output.controller.js
similarity index 80%
rename from modules/yangman-resources/src/main/resources/yangman/controllers/form/output.controller.js
rename to modules/yangman-resources/src/main/resources/yangman/controllers/form/ym-output.controller.js
index df661f8a80a0f4020ec9dacb771cff7f4d2400a2..6555782090d2db5bea57ac1d8221c9a879a5581a 100644 (file)
@@ -1,11 +1,11 @@
 define([], function () {
     'use strict';
 
-    angular.module('app.yangman').controller('OutputCtrl', OutputCtrl);
+    angular.module('app.yangman').controller('YMOutputCtrl', YMOutputCtrl);
 
-    OutputCtrl.$inject = ['$scope'];
+    YMOutputCtrl.$inject = ['$scope'];
 
-    function OutputCtrl($scope){
+    function YMOutputCtrl($scope){
         var yangOutput = this;
         yangOutput.notEditable = true;