###INTERMEDIATE
##Angular Activity #1: Apps, Controllers, Templates with Hardcoded Data
Create an angular application from scratch. Use Angular Seed or Space Cat to help get you "unstuck" if you forget what you need.
Create a resource set(an array of objects literals). The resource set should have at least 3 items. Each item should have at least 3 attributes. One of those attributes should be an image, or at least point to an image.
Create your controllers.js. Define your application, and write your controller.
Setup your index.html to use your app and controller. Using Angular's templating markup, create a list of your resources, displaying their attributes.