Any chance that document.getElementById() is running before the input has 
been created?

On Friday, January 1, 2016 at 12:58:39 AM UTC-8, Steven Ottz wrote:
>
> I am getting this error using Google Autocomplete
>
> InvalidValueError: not an instance of HTMLInputElement
>
> *I am using this in my view *
>
> <input  id="destination" ng-model="achSearch.destination"  type="text" 
> class="form-control" required="required"/>
>
> *This is my js*
>
> var input = document.getElementById('destination');
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to