Skip to content

Commit

Permalink
Login page error due to missing ngSanitize dependency in SessionService
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Oct 1, 2017
1 parent d17bc78 commit c5385a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@
(function() {
goog.provide('gn_session_service');

var module = angular.module('gn_session_service', ['ngCookies']);
var module = angular.module('gn_session_service', ['ngCookies', 'ngSanitize']);

/**
* Session check & warning service
Expand Down

0 comments on commit c5385a0

Please sign in to comment.