When the md-autocomplete input box is first clicked, the autocomplete drop-down doesn't appear until the first character is typed. I haven't been able to figure out why the autocomplete isn't showing upon first click, as it shows in the demos.
As a workaround, is there a way to manually invoke the autocomplete functionality in a javascript method? So I could have something like:
<md-autocomplete ng-click="manuallyInvokingAutocomplete()" />