Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
fix(macAutocomplete): Fixed not querying data correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Jun 28, 2014
1 parent f644f3f commit aaf8f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directives/autocomplete.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ angular.module("Mac").directive "macAutocomplete", [
queryData value
, delay

else if isMenuAppended
else
queryData value

else
Expand Down

0 comments on commit aaf8f7c

Please sign in to comment.