|
|
@@ -236,7 +236,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ser
|
|
|
- app.controller('AuthCtrl', ['$scope', '$window', 'AuthenticationService', '$modal', function($scope, $window, AuthenticationService, $modal) {
|
|
|
+ app.controller('AuthCtrl', ['$scope', '$window', 'AuthenticationService', '$modal', 'BaseService', function($scope, $window, AuthenticationService, $modal, BaseService) {
|