Implemented client upload with rangeslider and zip open
[src/app-framework-demo.git] / afb-client / app / Frontend / widgets / Notifications / TokenRefreshSvc.js
index 2b1e9db..0d1cf38 100644 (file)
@@ -32,7 +32,7 @@
 
 
 // scope module is load statically before any route is cativated
-angular.module('TokenRefresh', [])
+angular.module('TokenRefresh', ['ConfigApp', 'ModalNotification'])
 
     .directive ('tokenRefresh', function($timeout, $http, $location, Notification, ConfigApp) {