From bb4eef47b5ba146a27cf11691d4d969b42b218ff 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 --- 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 @@ -