Files
stf-DeviceFarmer/res/app/components/stf/common-ui/focus-element/index.js
Gunther Brunner 4edcb387d4 Added favicon resolving to URL input.
Added blur event after entering URL.
Focus screen after entering URL.
2014-07-31 20:30:43 +09:00

5 lines
126 B
JavaScript

module.exports = angular.module('stf.focus-element', [
])
.directive('focusElement', require('./focus-element-directive'))