Implemented client upload with rangeslider and zip open
[src/app-framework-demo.git] / afb-client / app / Frontend / app.js
index e539062..5e99d77 100644 (file)
     'JQueryEmu',
     'HomeModule',
     'SampleModule',
-    'UploadFile',
+    'UploadFiles',
     'LinkButton',
     'TokenRefresh',
+    'RangeSlider',
     'ModalNotification'
   ])
     .config(config)
   ;
 
   config.$inject = ['$urlRouterProvider', '$locationProvider'];
+  
+  console.log ("***location=" + window.location + " search" + window.search)
 
-  function config($urlProvider, $locationProvider) {
+  function config($urlProvider, $locationProvider, ConfigApp) {
     $urlProvider.otherwise('/home');
 
     // https://docs.angularjs.org/error/$location/nobase
@@ -41,5 +44,5 @@
     FastClick.attach(document.body);
   }
 
-console.log ("@@APPNAME@@ Loaded");
+console.log ("opa=@@APPNAME@@ Loaded");
 })();