(js) Move ngSanitize dependency to SOGo.Common

This commit is contained in:
Francis Lachapelle
2016-01-04 11:51:59 -05:00
parent 7121233a18
commit 2acf9830f1
7 changed files with 7 additions and 7 deletions
@@ -3,7 +3,7 @@
(function() {
'use strict';
angular.module('SOGo.Common', ['ngAnimate', 'ngMaterial', 'mdColors'])
angular.module('SOGo.Common', ['ngAnimate', 'ngSanitize', 'ngMaterial', 'mdColors'])
.value('sgSettings', {
isPopup: document.body.classList.contains('popup'),
baseURL: function() {