From f4eac437ac68f431ab045394f8a3c7752de0f649 Mon Sep 17 00:00:00 2001 From: Fernando Fabricio dos Santos Date: Tue, 25 Oct 2016 02:26:57 -0200 Subject: [PATCH] correct typing of remote-api-handler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a194c11a..6047cb7c 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ $scope.$broadcast('angucomplete-alt:changeInput', 'autocomplete-1', 'Hello!'); ### Remote API Handler This is an example calling search API with POST. -Pass this searchAPI function to the directive as remote-api-hander. +Pass this searchAPI function to the directive as remote-api-handler. ```js $scope.searchAPI = function(userInputString, timeoutPromise) {