client/app/app_controller_test.js
author rougeronj
Thu, 23 Apr 2015 18:17:10 +0200
changeset 86 2deead259283
parent 0 cef349423167
permissions -rw-r--r--
add user filter to send bakc only the slides and books of the current user

'use strict';

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