blob: 62789b609d7e70fb95686df3056feae81be73a16 [file] [log] [blame]
module.exports = function screenKeyboardDirective() {
return {
restrict: 'E',
template: require('./screen-keyboard.jade'),
link: function(scope, element) {
element.find('input')
}
}
}