From e8201d1f34cb3afc2d5de4ef6c2d0e591347f2b5 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Mon, 11 Jan 2016 22:36:53 -0800 Subject: [PATCH] feat(typeahead): move inline style to stylesheet - Move inline style to stylesheet Closes #5219 --- src/typeahead/typeahead.css | 3 +++ template/typeahead/typeahead-popup.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/typeahead/typeahead.css diff --git a/src/typeahead/typeahead.css b/src/typeahead/typeahead.css new file mode 100644 index 0000000000..2339f5c820 --- /dev/null +++ b/src/typeahead/typeahead.css @@ -0,0 +1,3 @@ +[uib-typeahead-popup] .dropdown-menu { + display: block; +} diff --git a/template/typeahead/typeahead-popup.html b/template/typeahead/typeahead-popup.html index ecc508dcfd..71232be972 100644 --- a/template/typeahead/typeahead-popup.html +++ b/template/typeahead/typeahead-popup.html @@ -1,4 +1,4 @@ -