Hi, I was trying to get the value doing this "vm.select = document.getElementById('field_autocomplete');"But I only get null value HTML:<autocomplete type="text" attr-input-id="field_autocomplete" name="tema" class="form-control" ng-model="completeTema" data="temas" on-type="updateTemas" on-select="doSomethingElse"></autocomplete> If you have any solution im really appreciate. Thanks