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

Commit 468d68a

Browse files
committed
chore(typeahead): fix reference to non-prefixed attribute
1 parent 16d854c commit 468d68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/typeahead/docs/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The typeahead directives provide several attributes:
1717
:
1818
Assignable angular expression to data-bind to
1919

20-
* `typeahead` <i class="glyphicon glyphicon-eye-open"></i>
20+
* `uib-typeahead` <i class="glyphicon glyphicon-eye-open"></i>
2121
:
2222
Comprehension Angular expression (see [select directive](http://docs.angularjs.org/api/ng.directive:select))
2323

@@ -30,7 +30,7 @@ The typeahead directives provide several attributes:
3030
* `typeahead-editable`
3131
_(Defaults: true)_ :
3232
Should it restrict model values to the ones selected from the popup only ?
33-
33+
3434
* `typeahead-focus-first`
3535
_(Defaults: true)_ :
3636
Should the first match automatically be focused as you type?

0 commit comments

Comments
 (0)