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;