From 6449ca4c7485154f0be8d3b88c5b2a432ac965a7 Mon Sep 17 00:00:00 2001 From: Gabor Szelcsanyi Date: Thu, 10 Oct 2019 14:02:14 +0200 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a8f48..7a5590d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can also pass a function that receives changes with the `on-type` attribute. `on-select` : *(optional)* Pass a function that will receive changes, when a suggestion is selected. It passes the full string of the suggestion. -`click-activation` : *(optional)* When `true`, the suggestion box opens on click (unfortunately onfoucs is not implemented properly in most browsers right now). By default it is only activated, when you start typing something. +`click-activation` : *(optional)* When `true`, the suggestion box opens on click (unfortunately onfocus is not implemented properly in most browsers right now). By default it is only activated, when you start typing something. `ng-model`: What you typed in will be in this variable and accessible in the $scope of the controller.