From 478ee6b90fc3c01f7ce228749f963ab4add95153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar=20Barrera=20Andrade?= Date: Wed, 26 Nov 2014 20:18:24 -0600 Subject: [PATCH] Bug para seleccionar un elemento del listado. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Selección de elemento sin problema al momento de dar click sobre el mismo. --- angucomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angucomplete.js b/angucomplete.js index 7a42bf0..64daf3c 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;