refactor the ammicoApi service and put it into a specific module (ammicoCommon). Use factory to serve the resources
'use strict';
describe("slideshow_controller_test", function(){
it("should assert something",function(){
expect(true).toBe(true);
})
})