From 0bc9abcb9ca4b76885ae3f934171b2d358dee38b Mon Sep 17 00:00:00 2001 From: Steven Harman Date: Fri, 7 Feb 2014 16:11:05 -0500 Subject: [PATCH] Add angucomplete-title class to title element This allows us to style the title, specifically. --- angucomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angucomplete.js b/angucomplete.js index 2d9caaa..8eaa25e 100644 --- a/angucomplete.js +++ b/angucomplete.js @@ -24,7 +24,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}}
', controller: function ( $scope ) { $scope.lastFoundWord = null; $scope.currentIndex = null;