Rename module.

This commit is contained in:
Alexis Lahouze 2017-06-11 09:16:44 +02:00
parent feef3d825c
commit 353ca4fef1
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ var angular = require('angular');
var ngStorage = require('meanie-angular-storage'),
ngHttpAuth = require('angular-http-auth'),
angularUiBootstrap = require('angular-ui-bootstrap');
ngUiBootstrap = require('angular-ui-bootstrap');
// Note: ngHttpAuth seems to have no module.exports.
ngHttpAuth = 'http-auth-interceptor';
@ -34,7 +34,7 @@ var base64 = require('base64util');
var loginModule = angular.module('accountant.login', [
ngHttpAuth,
ngStorage,
angularUiBootstrap
ngUiBootstrap
])
.factory('LoginService', function($uibModal, $storage, $document, $log, authService) {