(js) Include ng-messages

This commit is contained in:
Francis Lachapelle
2016-02-24 21:12:23 -05:00
parent 5387b5d5a3
commit 4b816677b0
3 changed files with 5 additions and 2 deletions
@@ -3,7 +3,7 @@
(function() {
'use strict';
angular.module('SOGo.Common', ['ngAnimate', 'ngSanitize', 'ngMaterial', 'mdColors'])
angular.module('SOGo.Common', ['ngAnimate', 'ngMessages', 'ngSanitize', 'ngMaterial', 'mdColors'])
.value('sgSettings', {
isPopup: document.body.classList.contains('popup'),
baseURL: function() {