client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Tue, 14 Oct 2014 08:12:54 +0200
changeset 23 16a1925df2df
parent 1 1cdebfeb77f9
permissions -rw-r--r--
add status to annotation creation. Improve error management for annotation creation

'use strict';

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