Skip to content

Commit

Permalink
Forgot in scope variable: hideTimer
Browse files Browse the repository at this point in the history
  • Loading branch information
leejsinclair committed Mar 10, 2014
1 parent 77e239f commit a2cd86b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angucomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ angular.module('angucomplete', [] )
$scope.currentIndex = null;
$scope.justChanged = false;
$scope.searchTimer = null;
$scope.hideTimer = null;
$scope.searching = false;
$scope.pause = 500;
$scope.minLength = 3;
Expand Down

0 comments on commit a2cd86b

Please sign in to comment.