Files
stf-DeviceFarmer/res/app/components/stf/common-ui/icon-inside-input/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
137 B
JavaScript

module.exports = angular.module('stf.icon-inside-input', [
])
.directive('iconInsideInput', require('./icon-inside-input-directive'))