blob: 9e7f384351a823d31e264b8bb48388a98ff16e0e [file] [log] [blame]
module.exports = angular.module('stf.focus-element', [
])
.directive('focusElement', require('./focus-element-directive'))