Currently, the simple controllers in the gallery application make async calls to retrieve data stored locally within mocked up json files. The Jasmine tests choke on these calls since the tests are just stubbed out. Need to implement Jasmine's handling of async requests.