linagora-rse
Version:
21 lines (19 loc) • 370 B
JavaScript
(function() {
'use strict';
angular.module('esn.message', [
'esn.attachment',
'esn.timeline',
'esn.maps',
'esn.file',
'esn.background',
'esn.notification',
'esn.object-type',
'esn.http',
'mgcrea.ngStrap',
'ngAnimate',
'ngSanitize',
'RecursionHelper',
'mgcrea.ngStrap.typeahead',
'esn.poll'
]);
})(angular);