Rename module.
This commit is contained in:
parent
feef3d825c
commit
353ca4fef1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user