blob: 83169d76e40d9e41b34fc65c0c574390ec22522a [file] [log] [blame]
module.exports = function screenTouchDirective() {
return {
restrict: 'A',
link: function() {
}
}
}