diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2016-02-15 15:56:36 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2016-02-15 15:56:36 +0100 |
commit | e6d12f74be543056a439259b61ba40a9d0adcf5c (patch) | |
tree | 06042b26cc2745b749ea1ff99370acaf58e12223 /afb-client/app/Frontend/app.js | |
parent | fb1353dbc12ae889c17a6aa1572b917f57de0f9d (diff) |
Updated TokenRefresh and AppConfig
Diffstat (limited to 'afb-client/app/Frontend/app.js')
-rw-r--r-- | afb-client/app/Frontend/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/afb-client/app/Frontend/app.js b/afb-client/app/Frontend/app.js index 6772243..91a8a72 100644 --- a/afb-client/app/Frontend/app.js +++ b/afb-client/app/Frontend/app.js @@ -24,7 +24,7 @@ 'ui-notification', // Application Components - 'ConfigApp', + 'AppConfig', 'JQueryEmu', 'HomeModule', 'SampleModule', @@ -41,7 +41,7 @@ config.$inject = ['$urlRouterProvider', '$locationProvider']; - function config($urlProvider, $locationProvider, ConfigApp) { + function config($urlProvider, $locationProvider, AppConfig) { $urlProvider.otherwise('/home'); // https://docs.angularjs.org/error/$location/nobase |