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

Commit

Permalink
fix(typeahead): removed unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-sendMail committed Aug 17, 2015
1 parent 12292bb commit 08a18f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/typeahead/typeahead.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position', 'ui.bootstrap.bindHtml'])
angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position'])

/**
* A helper service that can parse typeahead's syntax (string provided by users)
Expand Down
2 changes: 1 addition & 1 deletion template/typeahead/typeahead-match.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a href tabindex="-1" bind-html-unsafe="match.label | typeaheadHighlight:query"></a>
<a href tabindex="-1" ng-bind-html="match.label | typeaheadHighlight:query"></a>

0 comments on commit 08a18f3

Please sign in to comment.