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

Commit

Permalink
fix(macAutocomplete): Added explicit return to prevent return DOM ele…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
adrianlee44 committed May 14, 2014
1 parent 502f48f commit b8cf701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/directives/autocomplete.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ angular.module("Mac").directive "macAutocomplete", [

$scope.$apply() if invokeApply

return

###
@function
@name positionMenu
Expand Down

0 comments on commit b8cf701

Please sign in to comment.