diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-16 19:17:46 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-16 19:17:46 +0100 |
commit | fbdd26b4a4aa8eb3d83333fe44e93590bc174e11 (patch) | |
tree | 6c3728c7c05d3e411d97fe9e8da7d3a861a36c73 /afb-client/app/Frontend/app.js | |
parent | 72eb409f785b23038d87f3513687e2e1ed4dbb7d (diff) |
Work in Progress
Diffstat (limited to 'afb-client/app/Frontend/app.js')
-rw-r--r-- | afb-client/app/Frontend/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/afb-client/app/Frontend/app.js b/afb-client/app/Frontend/app.js index dc1d489..e539062 100644 --- a/afb-client/app/Frontend/app.js +++ b/afb-client/app/Frontend/app.js @@ -20,6 +20,7 @@ 'SampleModule', 'UploadFile', 'LinkButton', + 'TokenRefresh', 'ModalNotification' ]) .config(config) |