From 38208f642067a899063f782ac3a414f8ecd6164d Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 30 Jul 2017 16:51:20 +0200 Subject: [PATCH] Add missing module. --- src/login/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/login/index.ts b/src/login/index.ts index b6f3f77..78f5748 100644 --- a/src/login/index.ts +++ b/src/login/index.ts @@ -13,6 +13,7 @@ var LoginConfig = require('./login.config'); export default angular.module('accountant.login', [ ngHttpAuth, + ngStrap, ngStorage ])