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

Commit

Permalink
demo(typeahead): fix a link to the select directive
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Apr 22, 2013
1 parent 6b5e636 commit 661c303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typeahead/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This directive can be used to quickly create elegant typeheads with any form tex

It is very well integrated into the AngularJS as:

* it uses the same, flexible syntax as the `select` directive (http://docs.angularjs.org/api/ng.directive:select)
* it uses the same, flexible syntax as the [select directive](http://docs.angularjs.org/api/ng.directive:select)
* works with promises and it means that you can retrieve matches using the `$http` service with minimal effort

0 comments on commit 661c303

Please sign in to comment.