Will Palahnuk

Results 9 comments of Will Palahnuk

I'm currently trying to remember my original reason for this if, I believe it had to do with the directive declaring multiple autocompletes for some reason. I need to investigate...

First, can you tell me if the issue you are talking about is fixed in the example here? http://plnkr.co/edit/GF3nM3XfYX9El2w11pGo?p=preview I've added jQuery to the dependencies, I've been struggling with an...

> I am using the watchEnter functionality and whenever the component loose the focus, the text is returning to the state when I hit ENTER. I debug the code and...

Ok, I see what you mean. I need to look at this some more.

Sorry for the delayed response to this but could you outline your use case? Just curious why you would want the autocomplete with nothing bound to it.

Can you try watching the details object instead? I believe the issue is that the ng-model updates any time the text in the input box changes, and the details object...

Should be able to just $watch the details object itself to see when it returns an autocomplete result

This makes sense, I'll definitely change this for the next release.

This seems reasonable, I'll have to take a closer look but I can't imagine any reason not to blur the autocomplete textbox Thanks for the PR!