1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/js/util/axe.js
2014-11-21 12:13:06 +01:00

8 lines
146 B
JavaScript

'use strict';
var axe = require('axe-logger');
var ngModule = angular.module('woUtil');
ngModule.factory('axe', function() {
return axe;
});