#Slated - Technical Front End Question
##Brief overview:
- An application that calls the autocomplete api from Slated on every keystroke and displays the results using Angular.
- Application only registers spaces, letters and backspace.
- Data is returned as a JSON object and parsed using Angular directives.
##Instructions:
- Type a letter or a word and wait for the async call to return for Angular to process.
- The image, title, description, year, and type will be populated below the search bar.