Skip to content

Commit

Permalink
correct typing of remote-api-handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ferfabricio committed Oct 25, 2016
1 parent 3f6c01c commit f4eac43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f4eac43

Please sign in to comment.