I'm fairly new to angularjs and been trying to use ui.bootstrap.typeahead to create an typeahead functionality for a text field. I need it to work for the text fields on a SharePoint list form.
Basically, I'm adding a CEWP to include my angularjs script in the list form. The input text fields on form are created by SharePoint on page load and I need to get hold a text field and make it behave like autocomplete, all using script.
For e.g - in the image below, need to make Title field - an autocomplete field.
Note: I don't have access to customise editform.aspx and hence, need to add ui.bootstrap.typeahead to the field on the fly or say dynamically through CEWP.
Can someone shed some light / approach / any directions ?
Thanks in advance.
