From 8bf710f7def563e4940e06a8e61c96ecead4b935 Mon Sep 17 00:00:00 2001 From: John Carlson Date: Thu, 30 Aug 2018 12:46:34 -0800 Subject: [PATCH] Fix typo in comment above $scope.changeInput ancucomplete -> angucomplete --- example/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/js/app.js b/example/js/app.js index f50b53f9..f298572d 100644 --- a/example/js/app.js +++ b/example/js/app.js @@ -322,7 +322,7 @@ app.controller('MainController', ['$scope', '$http', '$rootScope', /*** * Send a broadcast to the directive in order to change itself - * if an id parameter is given only this ancucomplete is changed + * if an id parameter is given only this angucomplete is changed * @param id */ $scope.changeInput = function (id) {