Files
stf-DeviceFarmer/res/app/components/stf/common-ui/blur-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
123 B
JavaScript

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