From 270152334ad4aa4ec986db9b3bf109a66e7f1545 Mon Sep 17 00:00:00 2001 From: Miller Augusto Date: Mon, 16 May 2016 14:46:31 -0300 Subject: [PATCH] Native suggestions are overlapping list Prevent suggestions native browser override the component of the suggestions. --- angucomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angucomplete.js b/angucomplete.js index 734e9a2..89bb16f 100644 --- a/angucomplete.js +++ b/angucomplete.js @@ -25,7 +25,7 @@ angular.module('angucomplete', [] ) "minLengthUser": "@minlength", "matchClass": "@matchclass" }, - template: '
Searching...
No results found
{{ result.title }}
{{result.description}}
', + template: '
Searching...
No results found
{{ result.title }}
{{result.description}}
', link: function($scope, elem, attrs) { $scope.lastSearchTerm = null;