Skip to content

Commit 65ba307

Browse files
fix(typeahead): Removed dependency ui.bootstrap.bindHtml
1 parent dab9f40 commit 65ba307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typeahead/typeahead.js

Lines changed: 1 addition & 1 deletion
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)

0 commit comments

Comments
 (0)