- To practice working with UI-Router, you're going to make a single-page app with multiple views.
- just like in our UI-Router lesson, don't forget you'll need to run your front-end through a server so
http-serverorserverwill be your friend. - This lab builds upon our services lesson (and lab) from yesterday,
- The exercise is to make a simple crud app (index, new/create, show, delete) with an external API
- API Endpoint:
https://agile-chamber-77499.herokuapp.com/artists
- Underscore.js is a highly useful complement to JavaScript’s rather sparse standard library. In a pinch, Underscore gives you simple templating, too.
- Underscore gives you a large list of helper functions, similar to what ruby might have waiting for you out of the box





