mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Added native auto-fill support for URL input in Chrome.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module.exports = angular.module('stf.enable-autofill', [
|
||||
|
||||
])
|
||||
.directive('enableAutofill', require('./enable-autofill-directive'))
|
||||
Reference in New Issue
Block a user