mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Added text-focus-select directive for text inputs so it selects automatically the text when clicked.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module.exports = angular.module('stf.text-focus-select', [
|
||||
|
||||
])
|
||||
.directive('textFocusSelect', require('./text-focus-select-directive'))
|
||||
Reference in New Issue
Block a user