client/app/slideshow/slideshow_controller_test.js
author rougeronj
Wed, 08 Apr 2015 17:00:43 +0200
changeset 81 ef4d8ed6eef2
parent 0 cef349423167
permissions -rw-r--r--
Adapt the html to handle a list of images sent by our Ammico API

'use strict';

describe("slideshow_controller_test", function(){
    it("should assert something",function(){
        expect(true).toBe(true);
    })
})