Yangman - rename controllers
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / controllers / form / ym-input.controller.js
similarity index 79%
rename from modules/yangman-resources/src/main/resources/yangman/controllers/form/input.controller.js
rename to modules/yangman-resources/src/main/resources/yangman/controllers/form/ym-input.controller.js
index f6dbfa40e345e98804104342e218daa8c9e12259..726b9e95b2e1bc802a989203b64d301754011658 100644 (file)
@@ -1,11 +1,11 @@
 define([], function () {
     'use strict';
 
-    angular.module('app.yangman').controller('InputCtrl', InputCtrl);
+    angular.module('app.yangman').controller('YMInputCtrl', YMInputCtrl);
 
-    InputCtrl.$inject = ['$scope'];
+    YMInputCtrl.$inject = ['$scope'];
 
-    function InputCtrl($scope){
+    function YMInputCtrl($scope){
         var yangInput = this;
 
         // methods