Add missing module.

This commit is contained in:
Alexis Lahouze 2017-07-30 16:51:20 +02:00
parent 474b7de02d
commit 38208f6420
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ var LoginConfig = require('./login.config');
export default angular.module('accountant.login', [
ngHttpAuth,
ngStrap,
ngStorage
])