diff --git a/README.md b/README.md index e3821777..c4996f23 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ var app = angular.module('app', ["angucomplete-alt"]); ### Remote Usage ```html - + Fork me on GitHub +

Angucomplete Alt

Awesome Autocompleteness for AngularJS

- A minimal looking autocomplete directive originally developed by Daryl Rowland as Angucomplete, and I added a few tweaks to it. + A minimal looking autocomplete directive originally developed by Daryl Rowland as Angucomplete, and I added a few tweaks to it and renamed it to angucomplete-alt.

@@ -67,10 +69,10 @@

Example 4 - Override Suggestions with clear result

Example 5 - Using dumb search API that returns all results

- +
-
- You selected {{selectedCountry.originalObject.name}} which has a country code of {{selectedCountry.originalObject.code}} +
+ You selected {{selectedCountry5.originalObject.name}} which has a country code of {{selectedCountry5.originalObject.code}}