I have incorporated the .css and .js files for MacGyver in my HTML document. Additionally, I have added 'Mac' as a dependency in my Angular application. The following code snippet is included in my HTML:
<mac-autocomplete ng-model="selected" mac-autocomplete-source="['hello', 'world']">
</mac-autocomplete>
Even though I see an input box, it does not provide auto-complete functionality. Any suggestions on how to fix this?