Yangman - requests settings
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / controllers / edit-collection-dialog.controller.js
index e449c90ac2189de018c5840a9fd4efbbaa268bd2..9beb0edf3054ec968b993900a7bd91b2d5236cb9 100644 (file)
@@ -18,6 +18,9 @@ define([], function () {
 
         init();
 
+        /**
+         * Load existing collection names
+         */
         function init(){
             vm.existingNames = allCollections.map(function (item){
                 return item.name;