Skip to content

Commit

Permalink
Merge pull request #439 from ferfabricio/master
Browse files Browse the repository at this point in the history
correct typing of remote-api-handler
  • Loading branch information
ghiden authored Oct 25, 2016
2 parents 3f6c01c + f4eac43 commit 357b321
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 357b321

Please sign in to comment.