mirror of
https://github.com/moparisthebest/mail
synced 2025-02-07 02:20:14 -05:00
Convert common.js directive to common.js module
This commit is contained in:
parent
2594ff515b
commit
bd19135472
@ -1,8 +1,5 @@
|
|||||||
define(function(require) {
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var angular = require('angular');
|
|
||||||
|
|
||||||
var ngModule = angular.module('woDirectives', []);
|
var ngModule = angular.module('woDirectives', []);
|
||||||
|
|
||||||
ngModule.directive('woTouch', function($parse) {
|
ngModule.directive('woTouch', function($parse) {
|
||||||
@ -139,5 +136,4 @@ define(function(require) {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
return ngModule;
|
module.exports = ngModule;
|
||||||
});
|
|
Loading…
Reference in New Issue
Block a user