Added native auto-fill support for URL input in Chrome.

This commit is contained in:
Gunther Brunner
2014-07-31 16:54:09 +09:00
parent e6465fe8cc
commit 8696f833c2
8 changed files with 254 additions and 190 deletions

View File

@@ -12,5 +12,6 @@ module.exports = angular.module('stf/common-ui', [
require('./include-cached').name,
require('./text-focus-select').name,
require('./counter').name,
require('./badge-icon').name
require('./badge-icon').name,
require('./enable-autofill').name
])