Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 08a18f3

Browse files
fix(typeahead): removed unused dependencies.
1 parent 12292bb commit 08a18f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/typeahead/typeahead.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position', 'ui.bootstrap.bindHtml'])
1+
angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position'])
22

33
/**
44
* A helper service that can parse typeahead's syntax (string provided by users)

Diff for: template/typeahead/typeahead-match.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href tabindex="-1" bind-html-unsafe="match.label | typeaheadHighlight:query"></a>
1+
<a href tabindex="-1" ng-bind-html="match.label | typeaheadHighlight:query"></a>

0 commit comments

Comments
 (0)